Html Css Color HEX #C8CF9B Green Mist

📋 copy color: '#C8CF9B'

red 200 ◦ green 207 ◦ blue 155

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

Shades of Green Mist #C8CF9B

Tints of Green Mist #C8CF9B

RGB

 RED value IS 200 (78.52% from 255) = 35.59%

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

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

R = 35.59%
G = 36.83%
B = 27.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#C8CF9B (or 0xC8CF9B) is known color: Green Mist. HEX triplet: C8, CF and 9B. RGB value is (200,207,155). Sum of RGB (Red+Green+Blue) = 200+207+155=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CF9B is #373064. Grayscale: #C7C7C7. Windows color (decimal): -3616869 or 10211272. OLE color: 10211272.

HSL color Cylindrical-coordinate representation of color #C8CF9B: hue angle of 68.08º 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 #C8CF9B is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 207 155 -
CMYK 0.03 0 0.25 0.19
HSL 68.08º 0.35% 0.71% -
HSV(B) 68.08º 0.25% 0.81% -
XYZ 52.05 59.27 39.71 -
YUV 198.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 200 207 155 0.03 0 0.25 0.19 68.08 0.35 0.71
Hex C8 CF 9B 3 0 19 13 44 23 47
Octal 310 317 233 3 0 31 23 104 43 107
Binary 11001000 11001111 10011011 11 0 11001 10011 1000100 100011 1000111

Color Harmonies of #C8CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CF9B

Black with #C8CF9B

Text Example


Text Example

White with #C8CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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