Html Css Color HEX #8CB706 Citrus

📋 copy color: '#8CB706'

red 140 ◦ green 183 ◦ blue 6

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

Shades of Citrus #8CB706

Tints of Citrus #8CB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.62%

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

R = 42.55%
G = 55.62%
B = 1.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#8CB706 (or 0x8CB706) is known color: Citrus. HEX triplet: 8C, B7 and 06. RGB value is (140,183,6). Sum of RGB (Red+Green+Blue) = 140+183+6=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB706 is #7348F9. Grayscale: #969696. Windows color (decimal): -7555322 or 440204. OLE color: 440204.

HSL color Cylindrical-coordinate representation of color #8CB706: hue angle of 74.58º 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 #8CB706 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 6 -
CMYK 0.23 0 0.97 0.28
HSL 74.58º 0.94% 0.37% -
HSV(B) 74.58º 0.97% 0.72% -
XYZ 27.78 39.46 6.32 -
YUV 149.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 140 183 6 0.23 0 0.97 0.28 74.58 0.94 0.37
Hex 8C B7 6 17 0 61 1C 4B 5E 25
Octal 214 267 6 27 0 141 34 113 136 45
Binary 10001100 10110111 110 10111 0 1100001 11100 1001011 1011110 100101

Color Harmonies of #8CB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB706

Black with #8CB706

Text Example


Text Example

White with #8CB706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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