Html Css Color HEX #C6CB96 Green Mist

📋 copy color: '#C6CB96'

red 198 ◦ green 203 ◦ blue 150

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

Shades of Green Mist #C6CB96

Tints of Green Mist #C6CB96

RGB

 RED value IS 198 (77.73% from 255) = 35.93%

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

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 35.93%
G = 36.84%
B = 27.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#C6CB96 (or 0xC6CB96) is known color: Green Mist. HEX triplet: C6, CB and 96. RGB value is (198,203,150). Sum of RGB (Red+Green+Blue) = 198+203+150=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CB96 is #393469. Grayscale: #C3C3C3. Windows color (decimal): -3748970 or 9882566. OLE color: 9882566.

HSL color Cylindrical-coordinate representation of color #C6CB96: hue angle of 65.66º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6CB96 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 203 150 -
CMYK 0.02 0 0.26 0.20
HSL 65.66º 0.34% 0.69% -
HSV(B) 65.66º 0.26% 0.8% -
XYZ 50.15 56.92 37.2 -
YUV 195.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 198 203 150 0.02 0 0.26 0.20 65.66 0.34 0.69
Hex C6 CB 96 2 0 1A 14 42 22 45
Octal 306 313 226 2 0 32 24 102 42 105
Binary 11000110 11001011 10010110 10 0 11010 10100 1000010 100010 1000101

Color Harmonies of #C6CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CB96

Black with #C6CB96

Text Example


Text Example

White with #C6CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CB96; }

 p { color: rgb(198,203,150); }

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

background-color css

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

 a { background-color: rgb(198,203,150); }

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

border-color css

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

 span { border-color: rgb(198,203,150); }

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