Html Css Color HEX #08BC5D Pigment Green

📋 copy color: '#08BC5D'

red 8 ◦ green 188 ◦ blue 93

#08BC5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #08BC5D

Tints of Pigment Green #08BC5D

RGB

 RED value IS 8 (3.52% from 255) = 2.77%

 GREEN value IS 188 (73.83% from 255) = 65.05%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 2.77%
G = 65.05%
B = 32.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#08BC5D (or 0x08BC5D) is known color: Pigment Green. HEX triplet: 08, BC and 5D. RGB value is (8,188,93). Sum of RGB (Red+Green+Blue) = 8+188+93=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC5D is #F743A2. Grayscale: #7B7B7B. Windows color (decimal): -16204707 or 6142984. OLE color: 6142984.

HSL color Cylindrical-coordinate representation of color #08BC5D: hue angle of 148.33º 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 #08BC5D is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 93 -
CMYK 0.96 0 0.51 0.26
HSL 148.33º 0.92% 0.38% -
HSV(B) 148.33º 0.96% 0.74% -
XYZ 20.06 36.81 16.4 -
YUV 123.35 110.87 45.72 -
System Red Green Blue C M Y K H S L
Decimal 8 188 93 0.96 0 0.51 0.26 148.33 0.92 0.38
Hex 8 BC 5D 60 0 33 1A 94 5C 26
Octal 10 274 135 140 0 63 32 224 134 46
Binary 1000 10111100 1011101 1100000 0 110011 11010 10010100 1011100 100110

Color Harmonies of #08BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC5D

Black with #08BC5D

Text Example


Text Example

White with #08BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08BC5D;
 }
 .AnyTagClassName
 {
   color: #08BC5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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