Html Css Color HEX #9DBB08 Citrus

📋 copy color: '#9DBB08'

red 157 ◦ green 187 ◦ blue 8

#9DBB08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9DBB08

Tints of Citrus #9DBB08

RGB

 RED value IS 157 (61.72% from 255) = 44.6%

 GREEN value IS 187 (73.44% from 255) = 53.13%

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 44.6%
G = 53.13%
B = 2.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#9DBB08 (or 0x9DBB08) is known color: Citrus. HEX triplet: 9D, BB and 08. RGB value is (157,187,8). Sum of RGB (Red+Green+Blue) = 157+187+8=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB08 is #6244F7. Grayscale: #9E9E9E. Windows color (decimal): -6440184 or 572317. OLE color: 572317.

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

Color convert

RGB 157 187 8 -
CMYK 0.16 0 0.96 0.27
HSL 70.06º 0.92% 0.38% -
HSV(B) 70.06º 0.96% 0.73% -
XYZ 31.72 42.73 6.8 -
YUV 157.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 157 187 8 0.16 0 0.96 0.27 70.06 0.92 0.38
Hex 9D BB 8 10 0 60 1B 46 5C 26
Octal 235 273 10 20 0 140 33 106 134 46
Binary 10011101 10111011 1000 10000 0 1100000 11011 1000110 1011100 100110

Color Harmonies of #9DBB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB08

Black with #9DBB08

Text Example


Text Example

White with #9DBB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,8); }

 H1.HeaderClassName
 {
   color: #9DBB08;
 }
 .AnyTagClassName
 {
   color: #9DBB08;
 }
</style>

background-color css

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

 a { background-color: rgb(157,187,8); }

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

border-color css

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

 span { border-color: rgb(157,187,8); }

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