#8BB607

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

Shades of Citrus #8BB607

Tints of Citrus #8BB607

Color information

#8BB607 (or 0x8BB607) is unknown color: approx Citrus. HEX triplet: 8B, B6 and 07. RGB value is (139,182,7). Sum of RGB (Red+Green+Blue) = 139+182+7=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB607 is #7449F8. Grayscale: #959595. Windows color (decimal): -7621113 or 505483. OLE color: 505483.

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

Color convert

RGB1391827-
CMYK0.2400.960.29
HSL74.74º92.59%37.06%-
HSV(B)74.74º96.15%71.37%-
XYZ27.4138.966.28-
YUV149.1947.75120.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 182 (71.48% from 255) = 55.49%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=42.38%
G=55.49%
B=2.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13918270.2400.960.2974.7492.5937.06
Hex8BB67180601D4b5d25
Octal21326673001403511313545
Binary100010111011011011111000011000001110110010111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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