Html Css Color HEX #06BD5C Pigment Green

📋 copy color: '#06BD5C'

red 6 ◦ green 189 ◦ blue 92

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

Shades of Pigment Green #06BD5C

Tints of Pigment Green #06BD5C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 65.85%

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

R = 2.09%
G = 65.85%
B = 32.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#06BD5C (or 0x06BD5C) is known color: Pigment Green. HEX triplet: 06, BD and 5C. RGB value is (6,189,92). Sum of RGB (Red+Green+Blue) = 6+189+92=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #06BD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BD5C is #F942A3. Grayscale: #7B7B7B. Windows color (decimal): -16335524 or 6077702. OLE color: 6077702.

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

Color convert

RGB 6 189 92 -
CMYK 0.97 0 0.51 0.26
HSL 148.2º 0.94% 0.38% -
HSV(B) 148.2º 0.97% 0.74% -
XYZ 20.2 37.21 16.24 -
YUV 123.23 110.37 44.39 -
System Red Green Blue C M Y K H S L
Decimal 6 189 92 0.97 0 0.51 0.26 148.2 0.94 0.38
Hex 6 BD 5C 61 0 33 1A 94 5E 26
Octal 6 275 134 141 0 63 32 224 136 46
Binary 110 10111101 1011100 1100001 0 110011 11010 10010100 1011110 100110

Color Harmonies of #06BD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BD5C

Black with #06BD5C

Text Example


Text Example

White with #06BD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,189,92); }

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

background-color css

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

 a { background-color: rgb(6,189,92); }

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

border-color css

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

 span { border-color: rgb(6,189,92); }

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