Html Css Color HEX #08BA52 Pigment Green

📋 copy color: '#08BA52'

red 8 ◦ green 186 ◦ blue 82

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

Shades of Pigment Green #08BA52

Tints of Pigment Green #08BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 67.39%

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 2.9%
G = 67.39%
B = 29.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#08BA52 (or 0x08BA52) is known color: Pigment Green. HEX triplet: 08, BA and 52. RGB value is (8,186,82). Sum of RGB (Red+Green+Blue) = 8+186+82=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA52 is #F745AD. Grayscale: #797979. Windows color (decimal): -16205230 or 5421576. OLE color: 5421576.

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

Color convert

RGB 8 186 82 -
CMYK 0.96 0 0.56 0.27
HSL 144.94º 0.92% 0.38% -
HSV(B) 144.94º 0.96% 0.73% -
XYZ 19.18 35.78 13.88 -
YUV 120.92 106.03 47.46 -
System Red Green Blue C M Y K H S L
Decimal 8 186 82 0.96 0 0.56 0.27 144.94 0.92 0.38
Hex 8 BA 52 60 0 38 1B 91 5C 26
Octal 10 272 122 140 0 70 33 221 134 46
Binary 1000 10111010 1010010 1100000 0 111000 11011 10010001 1011100 100110

Color Harmonies of #08BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA52

Black with #08BA52

Text Example


Text Example

White with #08BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,186,82); }

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

background-color css

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

 a { background-color: rgb(8,186,82); }

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

border-color css

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

 span { border-color: rgb(8,186,82); }

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