Html Css Color HEX #9DBB10 Citrus

📋 copy color: '#9DBB10'

red 157 ◦ green 187 ◦ blue 16

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

Shades of Citrus #9DBB10

Tints of Citrus #9DBB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 43.61%
G = 51.94%
B = 4.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#9DBB10 (or 0x9DBB10) is known color: Citrus. HEX triplet: 9D, BB and 10. RGB value is (157,187,16). Sum of RGB (Red+Green+Blue) = 157+187+16=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB10 is #6244EF. Grayscale: #9F9F9F. Windows color (decimal): -6440176 or 1096605. OLE color: 1096605.

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

Color convert

RGB 157 187 16 -
CMYK 0.16 0 0.91 0.27
HSL 70.53º 0.84% 0.4% -
HSV(B) 70.53º 0.91% 0.73% -
XYZ 31.77 42.75 7.07 -
YUV 158.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 157 187 16 0.16 0 0.91 0.27 70.53 0.84 0.4
Hex 9D BB 10 10 0 5B 1B 47 54 28
Octal 235 273 20 20 0 133 33 107 124 50
Binary 10011101 10111011 10000 10000 0 1011011 11011 1000111 1010100 101000

Color Harmonies of #9DBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB10

Black with #9DBB10

Text Example


Text Example

White with #9DBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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