Html Css Color HEX #8CB612 Citrus

📋 copy color: '#8CB612'

red 140 ◦ green 182 ◦ blue 18

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

Shades of Citrus #8CB612

Tints of Citrus #8CB612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 41.18%
G = 53.53%
B = 5.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#8CB612 (or 0x8CB612) is known color: Citrus. HEX triplet: 8C, B6 and 12. RGB value is (140,182,18). Sum of RGB (Red+Green+Blue) = 140+182+18=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB612 is #7349ED. Grayscale: #979797. Windows color (decimal): -7555566 or 1226380. OLE color: 1226380.

HSL color Cylindrical-coordinate representation of color #8CB612: hue angle of 75.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CB612 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 182 18 -
CMYK 0.23 0 0.90 0.29
HSL 75.37º 0.82% 0.39% -
HSV(B) 75.37º 0.9% 0.71% -
XYZ 27.65 39.08 6.66 -
YUV 150.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 140 182 18 0.23 0 0.90 0.29 75.37 0.82 0.39
Hex 8C B6 12 17 0 5A 1D 4B 52 27
Octal 214 266 22 27 0 132 35 113 122 47
Binary 10001100 10110110 10010 10111 0 1011010 11101 1001011 1010010 100111

Color Harmonies of #8CB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB612

Black with #8CB612

Text Example


Text Example

White with #8CB612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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