#8BCB01

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

Shades of Citrus #8BCB01

Tints of Citrus #8BCB01

Color information

#8BCB01 (or 0x8BCB01) is unknown color: approx Citrus. HEX triplet: 8B, CB and 01. RGB value is (139,203,1). Sum of RGB (Red+Green+Blue) = 139+203+1=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCB01 is #7434FE. Grayscale: #A1A1A1. Windows color (decimal): -7615743 or 117643. OLE color: 117643.

HSL color Cylindrical-coordinate representation of color #8BCB01: hue angle of 79.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BCB01 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB1392031-
CMYK0.3201.000.20
HSL79.01º99.02%40%-
HSV(B)79.01º99.51%79.61%-
XYZ32.0148.27.65-
YUV160.8437.8112.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 203 (79.69% from 255) = 59.18%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=40.52%
G=59.18%
B=0.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13920310.3201.000.2079.0199.0240
Hex8BCB120064144f6328
Octal21331314001442411714350
Binary10001011110010111100000011001001010010011111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,203,1); }

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

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

 a { background-color: rgb(139,203,1); }

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

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

 span { border-color: rgb(139,203,1); }

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