Html Css Color HEX #9DBB05 Citrus

📋 copy color: '#9DBB05'

red 157 ◦ green 187 ◦ blue 5

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

Shades of Citrus #9DBB05

Tints of Citrus #9DBB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 44.99%
G = 53.58%
B = 1.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#9DBB05 (or 0x9DBB05) is known color: Citrus. HEX triplet: 9D, BB and 05. RGB value is (157,187,5). Sum of RGB (Red+Green+Blue) = 157+187+5=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB05 is #6244FA. Grayscale: #9D9D9D. Windows color (decimal): -6440187 or 375709. OLE color: 375709.

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

Color convert

RGB 157 187 5 -
CMYK 0.16 0 0.97 0.27
HSL 69.89º 0.95% 0.38% -
HSV(B) 69.89º 0.97% 0.73% -
XYZ 31.7 42.72 6.72 -
YUV 157.28 42.06 127.8 -
System Red Green Blue C M Y K H S L
Decimal 157 187 5 0.16 0 0.97 0.27 69.89 0.95 0.38
Hex 9D BB 5 10 0 61 1B 46 5F 26
Octal 235 273 5 20 0 141 33 106 137 46
Binary 10011101 10111011 101 10000 0 1100001 11011 1000110 1011111 100110

Color Harmonies of #9DBB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB05

Black with #9DBB05

Text Example


Text Example

White with #9DBB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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