Html Css Color HEX #8CB604 Citrus

📋 copy color: '#8CB604'

red 140 ◦ green 182 ◦ blue 4

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

Shades of Citrus #8CB604

Tints of Citrus #8CB604

RGB

 RED value IS 140 (55.08% from 255) = 42.94%

 GREEN value IS 182 (71.48% from 255) = 55.83%

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

R = 42.94%
G = 55.83%
B = 1.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#8CB604 (or 0x8CB604) is known color: Citrus. HEX triplet: 8C, B6 and 04. RGB value is (140,182,4). Sum of RGB (Red+Green+Blue) = 140+182+4=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB604 is #7349FB. Grayscale: #959595. Windows color (decimal): -7555580 or 308876. OLE color: 308876.

HSL color Cylindrical-coordinate representation of color #8CB604: hue angle of 74.16º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CB604 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 182 4 -
CMYK 0.23 0 0.98 0.29
HSL 74.16º 0.96% 0.36% -
HSV(B) 74.16º 0.98% 0.71% -
XYZ 27.57 39.04 6.2 -
YUV 149.15 46.09 121.47 -
System Red Green Blue C M Y K H S L
Decimal 140 182 4 0.23 0 0.98 0.29 74.16 0.96 0.36
Hex 8C B6 4 17 0 62 1D 4A 60 24
Octal 214 266 4 27 0 142 35 112 140 44
Binary 10001100 10110110 100 10111 0 1100010 11101 1001010 1100000 100100

Color Harmonies of #8CB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB604

Black with #8CB604

Text Example


Text Example

White with #8CB604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB604; }

 p { color: rgb(140,182,4); }

 H1.HeaderClassName
 {
   color: #8CB604;
 }
 .AnyTagClassName
 {
   color: #8CB604;
 }
</style>

background-color css

<style>
 a { background-color: #8CB604; }

 a { background-color: rgb(140,182,4); }

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

border-color css

<style>
 span { border-color: #8CB604; }

 span { border-color: rgb(140,182,4); }

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