Html Css Color HEX #C0C69B Green Mist

📋 copy color: '#C0C69B'

red 192 ◦ green 198 ◦ blue 155

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

Shades of Green Mist #C0C69B

Tints of Green Mist #C0C69B

RGB

 RED value IS 192 (75.39% from 255) = 35.23%

 GREEN value IS 198 (77.73% from 255) = 36.33%

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

R = 35.23%
G = 36.33%
B = 28.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C0C69B (or 0xC0C69B) is known color: Green Mist. HEX triplet: C0, C6 and 9B. RGB value is (192,198,155). Sum of RGB (Red+Green+Blue) = 192+198+155=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C69B is #3F3964. Grayscale: #BFBFBF. Windows color (decimal): -4143461 or 10208960. OLE color: 10208960.

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

Color convert

RGB 192 198 155 -
CMYK 0.03 0 0.22 0.22
HSL 68.37º 0.27% 0.69% -
HSV(B) 68.37º 0.22% 0.78% -
XYZ 47.85 53.96 38.9 -
YUV 191.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 192 198 155 0.03 0 0.22 0.22 68.37 0.27 0.69
Hex C0 C6 9B 3 0 16 16 44 1B 45
Octal 300 306 233 3 0 26 26 104 33 105
Binary 11000000 11000110 10011011 11 0 10110 10110 1000100 11011 1000101

Color Harmonies of #C0C69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C69B

Black with #C0C69B

Text Example


Text Example

White with #C0C69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C69B; }

 p { color: rgb(192,198,155); }

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

background-color css

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

 a { background-color: rgb(192,198,155); }

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

border-color css

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

 span { border-color: rgb(192,198,155); }

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