Html Css Color HEX #06BA5B Pigment Green

📋 copy color: '#06BA5B'

red 6 ◦ green 186 ◦ blue 91

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

Shades of Pigment Green #06BA5B

Tints of Pigment Green #06BA5B

RGB

 RED value IS 6 (2.73% from 255) = 2.12%

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

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

R = 2.12%
G = 65.72%
B = 32.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#06BA5B (or 0x06BA5B) is known color: Pigment Green. HEX triplet: 06, BA and 5B. RGB value is (6,186,91). Sum of RGB (Red+Green+Blue) = 6+186+91=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA5B is #F945A4. Grayscale: #797979. Windows color (decimal): -16336293 or 6011398. OLE color: 6011398.

HSL color Cylindrical-coordinate representation of color #06BA5B: hue angle of 148.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA5B is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 186 91 -
CMYK 0.97 0 0.51 0.27
HSL 148.33º 0.94% 0.38% -
HSV(B) 148.33º 0.97% 0.73% -
XYZ 19.52 35.91 15.8 -
YUV 121.35 110.87 45.72 -
System Red Green Blue C M Y K H S L
Decimal 6 186 91 0.97 0 0.51 0.27 148.33 0.94 0.38
Hex 6 BA 5B 61 0 33 1B 94 5E 26
Octal 6 272 133 141 0 63 33 224 136 46
Binary 110 10111010 1011011 1100001 0 110011 11011 10010100 1011110 100110

Color Harmonies of #06BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA5B

Black with #06BA5B

Text Example


Text Example

White with #06BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BA5B; }

 p { color: rgb(6,186,91); }

 H1.HeaderClassName
 {
   color: #06BA5B;
 }
 .AnyTagClassName
 {
   color: #06BA5B;
 }
</style>

background-color css

<style>
 a { background-color: #06BA5B; }

 a { background-color: rgb(6,186,91); }

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

border-color css

<style>
 span { border-color: #06BA5B; }

 span { border-color: rgb(6,186,91); }

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