Html Css Color HEX #9CB804 Citrus

📋 copy color: '#9CB804'

red 156 ◦ green 184 ◦ blue 4

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

Shades of Citrus #9CB804

Tints of Citrus #9CB804

RGB

 RED value IS 156 (61.33% from 255) = 45.35%

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

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

R = 45.35%
G = 53.49%
B = 1.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#9CB804 (or 0x9CB804) is known color: Citrus. HEX triplet: 9C, B8 and 04. RGB value is (156,184,4). Sum of RGB (Red+Green+Blue) = 156+184+4=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB804 is #6347FB. Grayscale: #9B9B9B. Windows color (decimal): -6506492 or 309404. OLE color: 309404.

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

Color convert

RGB 156 184 4 -
CMYK 0.15 0 0.98 0.28
HSL 69.33º 0.96% 0.37% -
HSV(B) 69.33º 0.98% 0.72% -
XYZ 30.87 41.36 6.47 -
YUV 155.11 42.72 128.64 -
System Red Green Blue C M Y K H S L
Decimal 156 184 4 0.15 0 0.98 0.28 69.33 0.96 0.37
Hex 9C B8 4 F 0 62 1C 45 60 25
Octal 234 270 4 17 0 142 34 105 140 45
Binary 10011100 10111000 100 1111 0 1100010 11100 1000101 1100000 100101

Color Harmonies of #9CB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB804

Black with #9CB804

Text Example


Text Example

White with #9CB804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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