#8CB712

Color #8CB712 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8CB712

Tints of Citrus #8CB712

Color information

#8CB712 (or 0x8CB712) is unknown color: approx Citrus. HEX triplet: 8C, B7 and 12. RGB value is (140,183,18). Sum of RGB (Red+Green+Blue) = 140+183+18=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB712 is #7348ED. Grayscale: #979797. Windows color (decimal): -7555310 or 1226636. OLE color: 1226636.

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

Color convert

RGB14018318-
CMYK0.2300.900.28
HSL75.64º82.09%39.41%-
HSV(B)75.64º90.16%71.76%-
XYZ27.8639.496.73-
YUV151.3352.75119.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 18 (7.42% from 255) = 5.28%
R=41.06%
G=53.67%
B=5.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183180.2300.900.2875.6482.0939.41
Hex8CB7121705A1C4c5227
Octal214267222701323411412247
Binary10001100101101111001010111010110101110010011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CB712;
 }
 .AnyTagClassName
 {
   color: #8CB712;
 }
</style>
background-color css

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

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

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

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

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

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