#8BBC05

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

Shades of Citrus #8BBC05

Tints of Citrus #8BBC05

Color information

#8BBC05 (or 0x8BBC05) is unknown color: approx Citrus. HEX triplet: 8B, BC and 05. RGB value is (139,188,5). Sum of RGB (Red+Green+Blue) = 139+188+5=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC05 is #7443FA. Grayscale: #999999. Windows color (decimal): -7619579 or 375947. OLE color: 375947.

HSL color Cylindrical-coordinate representation of color #8BBC05: hue angle of 76.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BBC05 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1391885-
CMYK0.2600.970.26
HSL76.07º94.82%37.84%-
HSV(B)76.07º97.34%73.73%-
XYZ28.6641.476.64-
YUV152.4944.77118.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 188 (73.83% from 255) = 56.63%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=41.87%
G=56.63%
B=1.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13918850.2600.970.2676.0794.8237.84
Hex8BBC51A0611A4c5f26
Octal21327453201413211413746
Binary100010111011110010111010011000011101010011001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,188,5); }

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

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

 a { background-color: rgb(139,188,5); }

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

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

 span { border-color: rgb(139,188,5); }

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