Html Css Color HEX #C5CF9B Green Mist

📋 copy color: '#C5CF9B'

red 197 ◦ green 207 ◦ blue 155

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

Shades of Green Mist #C5CF9B

Tints of Green Mist #C5CF9B

RGB

 RED value IS 197 (77.34% from 255) = 35.24%

 GREEN value IS 207 (81.25% from 255) = 37.03%

 BLUE value IS 155 (60.94% from 255) = 27.73%

R = 35.24%
G = 37.03%
B = 27.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#C5CF9B (or 0xC5CF9B) is known color: Green Mist. HEX triplet: C5, CF and 9B. RGB value is (197,207,155). Sum of RGB (Red+Green+Blue) = 197+207+155=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CF9B is #3A3064. Grayscale: #C6C6C6. Windows color (decimal): -3813477 or 10211269. OLE color: 10211269.

HSL color Cylindrical-coordinate representation of color #C5CF9B: hue angle of 71.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5CF9B is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 155 -
CMYK 0.05 0 0.25 0.19
HSL 71.54º 0.35% 0.71% -
HSV(B) 71.54º 0.25% 0.81% -
XYZ 51.26 58.86 39.67 -
YUV 198.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 197 207 155 0.05 0 0.25 0.19 71.54 0.35 0.71
Hex C5 CF 9B 5 0 19 13 48 23 47
Octal 305 317 233 5 0 31 23 110 43 107
Binary 11000101 11001111 10011011 101 0 11001 10011 1001000 100011 1000111

Color Harmonies of #C5CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF9B

Black with #C5CF9B

Text Example


Text Example

White with #C5CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF9B; }

 p { color: rgb(197,207,155); }

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

background-color css

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

 a { background-color: rgb(197,207,155); }

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

border-color css

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

 span { border-color: rgb(197,207,155); }

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