Html Css Color HEX #9DBB0E Citrus

📋 copy color: '#9DBB0E'

red 157 ◦ green 187 ◦ blue 14

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

Shades of Citrus #9DBB0E

Tints of Citrus #9DBB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.91%

R = 43.85%
G = 52.23%
B = 3.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#9DBB0E (or 0x9DBB0E) is known color: Citrus. HEX triplet: 9D, BB and 0E. RGB value is (157,187,14). Sum of RGB (Red+Green+Blue) = 157+187+14=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB0E is #6244F1. Grayscale: #9E9E9E. Windows color (decimal): -6440178 or 965533. OLE color: 965533.

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

Color convert

RGB 157 187 14 -
CMYK 0.16 0 0.93 0.27
HSL 70.4º 0.86% 0.39% -
HSV(B) 70.4º 0.93% 0.73% -
XYZ 31.75 42.74 6.99 -
YUV 158.31 46.56 127.07 -
System Red Green Blue C M Y K H S L
Decimal 157 187 14 0.16 0 0.93 0.27 70.4 0.86 0.39
Hex 9D BB E 10 0 5D 1B 46 56 27
Octal 235 273 16 20 0 135 33 106 126 47
Binary 10011101 10111011 1110 10000 0 1011101 11011 1000110 1010110 100111

Color Harmonies of #9DBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB0E

Black with #9DBB0E

Text Example


Text Example

White with #9DBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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