Html Css Color HEX #8CB206 Citrus

📋 copy color: '#8CB206'

red 140 ◦ green 178 ◦ blue 6

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

Shades of Citrus #8CB206

Tints of Citrus #8CB206

RGB

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

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

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

R = 43.21%
G = 54.94%
B = 1.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#8CB206 (or 0x8CB206) is known color: Citrus. HEX triplet: 8C, B2 and 06. RGB value is (140,178,6). Sum of RGB (Red+Green+Blue) = 140+178+6=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB206 is #734DF9. Grayscale: #939393. Windows color (decimal): -7556602 or 438924. OLE color: 438924.

HSL color Cylindrical-coordinate representation of color #8CB206: hue angle of 73.26º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CB206 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 6 -
CMYK 0.21 0 0.97 0.30
HSL 73.26º 0.93% 0.36% -
HSV(B) 73.26º 0.97% 0.7% -
XYZ 26.77 37.43 5.99 -
YUV 147.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 140 178 6 0.21 0 0.97 0.30 73.26 0.93 0.36
Hex 8C B2 6 15 0 61 1E 49 5D 24
Octal 214 262 6 25 0 141 36 111 135 44
Binary 10001100 10110010 110 10101 0 1100001 11110 1001001 1011101 100100

Color Harmonies of #8CB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB206

Black with #8CB206

Text Example


Text Example

White with #8CB206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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