Html Css Color HEX #9BB004 Citrus

📋 copy color: '#9BB004'

red 155 ◦ green 176 ◦ blue 4

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

Shades of Citrus #9BB004

Tints of Citrus #9BB004

RGB

 RED value IS 155 (60.94% from 255) = 46.27%

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

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

R = 46.27%
G = 52.54%
B = 1.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#9BB004 (or 0x9BB004) is known color: Citrus. HEX triplet: 9B, B0 and 04. RGB value is (155,176,4). Sum of RGB (Red+Green+Blue) = 155+176+4=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB004 is #644FFB. Grayscale: #969696. Windows color (decimal): -6574076 or 307355. OLE color: 307355.

HSL color Cylindrical-coordinate representation of color #9BB004: hue angle of 67.33º 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 #9BB004 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 4 -
CMYK 0.12 0 0.98 0.31
HSL 67.33º 0.96% 0.35% -
HSV(B) 67.33º 0.98% 0.69% -
XYZ 29.06 38.03 5.92 -
YUV 150.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 155 176 4 0.12 0 0.98 0.31 67.33 0.96 0.35
Hex 9B B0 4 C 0 62 1F 43 60 23
Octal 233 260 4 14 0 142 37 103 140 43
Binary 10011011 10110000 100 1100 0 1100010 11111 1000011 1100000 100011

Color Harmonies of #9BB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB004

Black with #9BB004

Text Example


Text Example

White with #9BB004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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