Html Css Color HEX #C0CC91 Green Mist

📋 copy color: '#C0CC91'

red 192 ◦ green 204 ◦ blue 145

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

Shades of Green Mist #C0CC91

Tints of Green Mist #C0CC91

RGB

 RED value IS 192 (75.39% from 255) = 35.49%

 GREEN value IS 204 (80.08% from 255) = 37.71%

 BLUE value IS 145 (57.03% from 255) = 26.8%

R = 35.49%
G = 37.71%
B = 26.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#C0CC91 (or 0xC0CC91) is known color: Green Mist. HEX triplet: C0, CC and 91. RGB value is (192,204,145). Sum of RGB (Red+Green+Blue) = 192+204+145=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC91 is #3F336E. Grayscale: #C1C1C1. Windows color (decimal): -4141935 or 9555136. OLE color: 9555136.

HSL color Cylindrical-coordinate representation of color #C0CC91: hue angle of 72.2º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0CC91 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 145 -
CMYK 0.06 0 0.29 0.2
HSL 72.2º 0.37% 0.68% -
HSV(B) 72.2º 0.29% 0.8% -
XYZ 48.44 56.44 35.13 -
YUV 193.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 192 204 145 0.06 0 0.29 0.2 72.2 0.37 0.68
Hex C0 CC 91 6 0 1D 14 48 25 44
Octal 300 314 221 6 0 35 24 110 45 104
Binary 11000000 11001100 10010001 110 0 11101 10100 1001000 100101 1000100

Color Harmonies of #C0CC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC91

Black with #C0CC91

Text Example


Text Example

White with #C0CC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC91; }

 p { color: rgb(192,204,145); }

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

background-color css

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

 a { background-color: rgb(192,204,145); }

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

border-color css

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

 span { border-color: rgb(192,204,145); }

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