Html Css Color HEX #9CB204 Citrus

📋 copy color: '#9CB204'

red 156 ◦ green 178 ◦ blue 4

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

Shades of Citrus #9CB204

Tints of Citrus #9CB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.66%

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

R = 46.15%
G = 52.66%
B = 1.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#9CB204 (or 0x9CB204) is known color: Citrus. HEX triplet: 9C, B2 and 04. RGB value is (156,178,4). Sum of RGB (Red+Green+Blue) = 156+178+4=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB204 is #634DFB. Grayscale: #989898. Windows color (decimal): -6508028 or 307868. OLE color: 307868.

HSL color Cylindrical-coordinate representation of color #9CB204: hue angle of 67.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CB204 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 178 4 -
CMYK 0.12 0 0.98 0.30
HSL 67.59º 0.96% 0.36% -
HSV(B) 67.59º 0.98% 0.7% -
XYZ 29.65 38.92 6.06 -
YUV 151.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 156 178 4 0.12 0 0.98 0.30 67.59 0.96 0.36
Hex 9C B2 4 C 0 62 1E 44 60 24
Octal 234 262 4 14 0 142 36 104 140 44
Binary 10011100 10110010 100 1100 0 1100010 11110 1000100 1100000 100100

Color Harmonies of #9CB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB204

Black with #9CB204

Text Example


Text Example

White with #9CB204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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