Html Css Color HEX #08BC5C Pigment Green

📋 copy color: '#08BC5C'

red 8 ◦ green 188 ◦ blue 92

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

Shades of Pigment Green #08BC5C

Tints of Pigment Green #08BC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 2.78%
G = 65.28%
B = 31.94%

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

#08BC5C (or 0x08BC5C) is known color: Pigment Green. HEX triplet: 08, BC and 5C. RGB value is (8,188,92). Sum of RGB (Red+Green+Blue) = 8+188+92=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC5C is #F743A3. Grayscale: #7B7B7B. Windows color (decimal): -16204708 or 6077448. OLE color: 6077448.

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

Color convert

RGB 8 188 92 -
CMYK 0.96 0 0.51 0.26
HSL 148º 0.92% 0.38% -
HSV(B) 148º 0.96% 0.74% -
XYZ 20.02 36.79 16.17 -
YUV 123.24 110.37 45.81 -
System Red Green Blue C M Y K H S L
Decimal 8 188 92 0.96 0 0.51 0.26 148 0.92 0.38
Hex 8 BC 5C 60 0 33 1A 94 5C 26
Octal 10 274 134 140 0 63 32 224 134 46
Binary 1000 10111100 1011100 1100000 0 110011 11010 10010100 1011100 100110

Color Harmonies of #08BC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC5C

Black with #08BC5C

Text Example


Text Example

White with #08BC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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