Html Css Color HEX #C2CB8E Green Mist

📋 copy color: '#C2CB8E'

red 194 ◦ green 203 ◦ blue 142

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

Shades of Green Mist #C2CB8E

Tints of Green Mist #C2CB8E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 142 (55.86% from 255) = 26.35%

R = 35.99%
G = 37.66%
B = 26.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#C2CB8E (or 0xC2CB8E) is known color: Green Mist. HEX triplet: C2, CB and 8E. RGB value is (194,203,142). Sum of RGB (Red+Green+Blue) = 194+203+142=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CB8E is #3D3471. Grayscale: #C1C1C1. Windows color (decimal): -4011122 or 9358274. OLE color: 9358274.

HSL color Cylindrical-coordinate representation of color #C2CB8E: hue angle of 68.85º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2CB8E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 142 -
CMYK 0.04 0 0.30 0.20
HSL 68.85º 0.37% 0.68% -
HSV(B) 68.85º 0.3% 0.8% -
XYZ 48.49 56.13 33.87 -
YUV 193.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 194 203 142 0.04 0 0.30 0.20 68.85 0.37 0.68
Hex C2 CB 8E 4 0 1E 14 45 25 44
Octal 302 313 216 4 0 36 24 105 45 104
Binary 11000010 11001011 10001110 100 0 11110 10100 1000101 100101 1000100

Color Harmonies of #C2CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB8E

Black with #C2CB8E

Text Example


Text Example

White with #C2CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB8E; }

 p { color: rgb(194,203,142); }

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

background-color css

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

 a { background-color: rgb(194,203,142); }

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

border-color css

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

 span { border-color: rgb(194,203,142); }

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