Html Css Color HEX #08B85B Pigment Green

📋 copy color: '#08B85B'

red 8 ◦ green 184 ◦ blue 91

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

Shades of Pigment Green #08B85B

Tints of Pigment Green #08B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.02%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 2.83%
G = 65.02%
B = 32.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#08B85B (or 0x08B85B) is known color: Pigment Green. HEX triplet: 08, B8 and 5B. RGB value is (8,184,91). Sum of RGB (Red+Green+Blue) = 8+184+91=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #08B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B85B is #F747A4. Grayscale: #787878. Windows color (decimal): -16205733 or 6010888. OLE color: 6010888.

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

Color convert

RGB 8 184 91 -
CMYK 0.96 0 0.51 0.28
HSL 148.3º 0.92% 0.38% -
HSV(B) 148.3º 0.96% 0.72% -
XYZ 19.13 35.09 15.66 -
YUV 120.77 111.19 47.56 -
System Red Green Blue C M Y K H S L
Decimal 8 184 91 0.96 0 0.51 0.28 148.3 0.92 0.38
Hex 8 B8 5B 60 0 33 1C 94 5C 26
Octal 10 270 133 140 0 63 34 224 134 46
Binary 1000 10111000 1011011 1100000 0 110011 11100 10010100 1011100 100110

Color Harmonies of #08B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B85B

Black with #08B85B

Text Example


Text Example

White with #08B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,184,91); }

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

background-color css

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

 a { background-color: rgb(8,184,91); }

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

border-color css

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

 span { border-color: rgb(8,184,91); }

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