Html Css Color HEX #9DB004 Citrus

📋 copy color: '#9DB004'

red 157 ◦ green 176 ◦ blue 4

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

Shades of Citrus #9DB004

Tints of Citrus #9DB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.23%

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

R = 46.59%
G = 52.23%
B = 1.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#9DB004 (or 0x9DB004) is known color: Citrus. HEX triplet: 9D, B0 and 04. RGB value is (157,176,4). Sum of RGB (Red+Green+Blue) = 157+176+4=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB004 is #624FFB. Grayscale: #979797. Windows color (decimal): -6443004 or 307357. OLE color: 307357.

HSL color Cylindrical-coordinate representation of color #9DB004: hue angle of 66.63º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DB004 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 4 -
CMYK 0.11 0 0.98 0.31
HSL 66.63º 0.96% 0.35% -
HSV(B) 66.63º 0.98% 0.69% -
XYZ 29.45 38.23 5.94 -
YUV 150.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 157 176 4 0.11 0 0.98 0.31 66.63 0.96 0.35
Hex 9D B0 4 B 0 62 1F 43 60 23
Octal 235 260 4 13 0 142 37 103 140 43
Binary 10011101 10110000 100 1011 0 1100010 11111 1000011 1100000 100011

Color Harmonies of #9DB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB004

Black with #9DB004

Text Example


Text Example

White with #9DB004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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