#8CB30D

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

Shades of Citrus #8CB30D

Tints of Citrus #8CB30D

Color information

#8CB30D (or 0x8CB30D) is unknown color: approx Citrus. HEX triplet: 8C, B3 and 0D. RGB value is (140,179,13). Sum of RGB (Red+Green+Blue) = 140+179+13=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB30D is #734CF2. Grayscale: #959595. Windows color (decimal): -7556339 or 897932. OLE color: 897932.

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

Color convert

RGB14017913-
CMYK0.2200.930.30
HSL74.1º86.46%37.65%-
HSV(B)74.1º92.74%70.2%-
XYZ27.0137.846.26-
YUV148.4251.58122-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=42.17%
G=53.92%
B=3.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179130.2200.930.3074.186.4637.65
Hex8CB3D1605D1E4a5626
Octal214263152601353611212646
Binary1000110010110011110110110010111011111010010101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,13); }

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

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

 a { background-color: rgb(140,179,13); }

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

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

 span { border-color: rgb(140,179,13); }

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