Html Css Color HEX #8CB806 Citrus

📋 copy color: '#8CB806'

red 140 ◦ green 184 ◦ blue 6

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

Shades of Citrus #8CB806

Tints of Citrus #8CB806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 42.42%
G = 55.76%
B = 1.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#8CB806 (or 0x8CB806) is known color: Citrus. HEX triplet: 8C, B8 and 06. RGB value is (140,184,6). Sum of RGB (Red+Green+Blue) = 140+184+6=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB806 is #7347F9. Grayscale: #979797. Windows color (decimal): -7555066 or 440460. OLE color: 440460.

HSL color Cylindrical-coordinate representation of color #8CB806: hue angle of 74.83º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CB806 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 6 -
CMYK 0.24 0 0.97 0.28
HSL 74.83º 0.94% 0.37% -
HSV(B) 74.83º 0.97% 0.72% -
XYZ 27.99 39.87 6.39 -
YUV 150.55 46.42 120.47 -
System Red Green Blue C M Y K H S L
Decimal 140 184 6 0.24 0 0.97 0.28 74.83 0.94 0.37
Hex 8C B8 6 18 0 61 1C 4B 5E 25
Octal 214 270 6 30 0 141 34 113 136 45
Binary 10001100 10111000 110 11000 0 1100001 11100 1001011 1011110 100101

Color Harmonies of #8CB806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB806

Black with #8CB806

Text Example


Text Example

White with #8CB806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,6); }

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

background-color css

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

 a { background-color: rgb(140,184,6); }

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

border-color css

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

 span { border-color: rgb(140,184,6); }

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