#08BC53

Color #08BC53 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08BC53

Tints of Pigment Green #08BC53

Color information

#08BC53 (or 0x08BC53) is unknown color: approx Pigment Green. HEX triplet: 08, BC and 53. RGB value is (8,188,83). Sum of RGB (Red+Green+Blue) = 8+188+83=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC53 is #F743AC. Grayscale: #7A7A7A. Windows color (decimal): -16204717 or 5487624. OLE color: 5487624.

HSL color Cylindrical-coordinate representation of color #08BC53: hue angle of 145º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC53 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB818883-
CMYK0.9600.560.26
HSL145º91.84%38.43%-
HSV(B)145º95.74%73.73%-
XYZ19.6436.6414.22-
YUV122.21105.8746.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.87%
GREEN value IS 188 (73.83% from 255) = 67.38%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=2.87%
G=67.38%
B=29.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8188830.9600.560.2614591.8438.43
Hex8BC53600381A915c26
Octal102741231400703222113446
Binary10001011110010100111100000011100011010100100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BC53; }

 p { color: rgb(8,188,83); }

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

<style>
 a { background-color: #08BC53; }

 a { background-color: rgb(8,188,83); }

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

<style>
 span { border-color: #08BC53; }

 span { border-color: rgb(8,188,83); }

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