#8BB605

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

Shades of Citrus #8BB605

Tints of Citrus #8BB605

Color information

#8BB605 (or 0x8BB605) is unknown color: approx Citrus. HEX triplet: 8B, B6 and 05. RGB value is (139,182,5). Sum of RGB (Red+Green+Blue) = 139+182+5=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB605 is #7449FA. Grayscale: #959595. Windows color (decimal): -7621115 or 374411. OLE color: 374411.

HSL color Cylindrical-coordinate representation of color #8BB605: hue angle of 74.58º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BB605 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1391825-
CMYK0.2400.970.29
HSL74.58º94.65%36.67%-
HSV(B)74.58º97.25%71.37%-
XYZ27.438.966.22-
YUV148.9646.75120.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 182 (71.48% from 255) = 55.83%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=42.64%
G=55.83%
B=1.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13918250.2400.970.2974.5894.6536.67
Hex8BB65180611D4b5f25
Octal21326653001413511313745
Binary100010111011011010111000011000011110110010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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