Html Css Color HEX #9BB804 Citrus

📋 copy color: '#9BB804'

red 155 ◦ green 184 ◦ blue 4

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

Shades of Citrus #9BB804

Tints of Citrus #9BB804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.64%

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

R = 45.19%
G = 53.64%
B = 1.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#9BB804 (or 0x9BB804) is known color: Citrus. HEX triplet: 9B, B8 and 04. RGB value is (155,184,4). Sum of RGB (Red+Green+Blue) = 155+184+4=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB804 is #6447FB. Grayscale: #9B9B9B. Windows color (decimal): -6572028 or 309403. OLE color: 309403.

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

Color convert

RGB 155 184 4 -
CMYK 0.16 0 0.98 0.28
HSL 69.67º 0.96% 0.37% -
HSV(B) 69.67º 0.98% 0.72% -
XYZ 30.68 41.26 6.46 -
YUV 154.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 155 184 4 0.16 0 0.98 0.28 69.67 0.96 0.37
Hex 9B B8 4 10 0 62 1C 46 60 25
Octal 233 270 4 20 0 142 34 106 140 45
Binary 10011011 10111000 100 10000 0 1100010 11100 1000110 1100000 100101

Color Harmonies of #9BB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB804

Black with #9BB804

Text Example


Text Example

White with #9BB804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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