Html Css Color HEX #C2C88D Green Mist

📋 copy color: '#C2C88D'

red 194 ◦ green 200 ◦ blue 141

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

Shades of Green Mist #C2C88D

Tints of Green Mist #C2C88D

RGB

 RED value IS 194 (76.17% from 255) = 36.26%

 GREEN value IS 200 (78.52% from 255) = 37.38%

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 36.26%
G = 37.38%
B = 26.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C2C88D (or 0xC2C88D) is known color: Green Mist. HEX triplet: C2, C8 and 8D. RGB value is (194,200,141). Sum of RGB (Red+Green+Blue) = 194+200+141=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C88D is #3D3772. Grayscale: #BFBFBF. Windows color (decimal): -4011891 or 9291970. OLE color: 9291970.

HSL color Cylindrical-coordinate representation of color #C2C88D: hue angle of 66.1º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2C88D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 141 -
CMYK 0.03 0 0.29 0.22
HSL 66.1º 0.35% 0.67% -
HSV(B) 66.1º 0.3% 0.78% -
XYZ 47.71 54.7 33.24 -
YUV 191.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 194 200 141 0.03 0 0.29 0.22 66.1 0.35 0.67
Hex C2 C8 8D 3 0 1D 16 42 23 43
Octal 302 310 215 3 0 35 26 102 43 103
Binary 11000010 11001000 10001101 11 0 11101 10110 1000010 100011 1000011

Color Harmonies of #C2C88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C88D

Black with #C2C88D

Text Example


Text Example

White with #C2C88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C88D; }

 p { color: rgb(194,200,141); }

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

background-color css

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

 a { background-color: rgb(194,200,141); }

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

border-color css

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

 span { border-color: rgb(194,200,141); }

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