#9DBA02

Color #9DBA02 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9DBA02

Tints of Citrus #9DBA02

Color information

#9DBA02 (or 0x9DBA02) is unknown color: approx Citrus. HEX triplet: 9D, BA and 02. RGB value is (157,186,2). Sum of RGB (Red+Green+Blue) = 157+186+2=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBA02 is #6245FD. Grayscale: #9D9D9D. Windows color (decimal): -6440446 or 178845. OLE color: 178845.

HSL color Cylindrical-coordinate representation of color #9DBA02: hue angle of 69.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DBA02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1571862-
CMYK0.1600.990.27
HSL69.46º97.87%36.86%-
HSV(B)69.46º98.92%72.94%-
XYZ31.4742.296.56-
YUV156.3540.89128.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=45.51%
G=53.91%
B=0.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15718620.1600.990.2769.4697.8736.86
Hex9DBA2100631B456225
Octal23527222001433310514245
Binary10011101101110101010000011000111101110001011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBA02; }

 p { color: rgb(157,186,2); }

 H1.HeaderClassName
 {
   color: #9DBA02;
 }
 .AnyTagClassName
 {
   color: #9DBA02;
 }
</style>
background-color css

<style>
 a { background-color: #9DBA02; }

 a { background-color: rgb(157,186,2); }

 div.DivClassName
 {
   background-color: #9DBA02;
 }
 .BgClassName
 {
   background-color: #9DBA02;
 }
</style>
border-color css

<style>
 span { border-color: #9DBA02; }

 span { border-color: rgb(157,186,2); }

 td.TdClassName
 {
   border-color: #9DBA02;
 }
 .TagClassName
 {
   border-color: #9DBA02;
 }
</style>