Html Css Color HEX #9DBB04 Citrus

📋 copy color: '#9DBB04'

red 157 ◦ green 187 ◦ blue 4

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

Shades of Citrus #9DBB04

Tints of Citrus #9DBB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 45.11%
G = 53.74%
B = 1.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#9DBB04 (or 0x9DBB04) is known color: Citrus. HEX triplet: 9D, BB and 04. RGB value is (157,187,4). Sum of RGB (Red+Green+Blue) = 157+187+4=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB04 is #6244FB. Grayscale: #9D9D9D. Windows color (decimal): -6440188 or 310173. OLE color: 310173.

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

Color convert

RGB 157 187 4 -
CMYK 0.16 0 0.98 0.27
HSL 69.84º 0.96% 0.37% -
HSV(B) 69.84º 0.98% 0.73% -
XYZ 31.7 42.72 6.69 -
YUV 157.17 41.56 127.88 -
System Red Green Blue C M Y K H S L
Decimal 157 187 4 0.16 0 0.98 0.27 69.84 0.96 0.37
Hex 9D BB 4 10 0 62 1B 46 60 25
Octal 235 273 4 20 0 142 33 106 140 45
Binary 10011101 10111011 100 10000 0 1100010 11011 1000110 1100000 100101

Color Harmonies of #9DBB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB04

Black with #9DBB04

Text Example


Text Example

White with #9DBB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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