#8BC90C

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

Shades of Citrus #8BC90C

Tints of Citrus #8BC90C

Color information

#8BC90C (or 0x8BC90C) is unknown color: approx Citrus. HEX triplet: 8B, C9 and 0C. RGB value is (139,201,12). Sum of RGB (Red+Green+Blue) = 139+201+12=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC90C is #7436F3. Grayscale: #A1A1A1. Windows color (decimal): -7616244 or 838027. OLE color: 838027.

HSL color Cylindrical-coordinate representation of color #8BC90C: hue angle of 79.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BC90C is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB13920112-
CMYK0.3100.940.21
HSL79.68º88.73%41.76%-
HSV(B)79.68º94.03%78.82%-
XYZ31.647.297.81-
YUV160.9243.96112.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 201 (78.91% from 255) = 57.10%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=39.49%
G=57.10%
B=3.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139201120.3100.940.2179.6888.7341.76
Hex8BC9C1F05E1550592a
Octal213311143701362512013152
Binary1000101111001001110011111010111101010110100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,201,12); }

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

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

 a { background-color: rgb(139,201,12); }

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

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

 span { border-color: rgb(139,201,12); }

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