Html Css Color HEX #C0BD95 Green Mist

📋 copy color: '#C0BD95'

red 192 ◦ green 189 ◦ blue 149

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

Shades of Green Mist #C0BD95

Tints of Green Mist #C0BD95

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.66%

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 36.23%
G = 35.66%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0BD95 (or 0xC0BD95) is known color: Green Mist. HEX triplet: C0, BD and 95. RGB value is (192,189,149). Sum of RGB (Red+Green+Blue) = 192+189+149=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD95 is #3F426A. Grayscale: #B9B9B9. Windows color (decimal): -4145771 or 9813440. OLE color: 9813440.

HSL color Cylindrical-coordinate representation of color #C0BD95: hue angle of 55.81º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BD95 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 149 -
CMYK 0 0.02 0.22 0.25
HSL 55.81º 0.25% 0.67% -
HSV(B) 55.81º 0.22% 0.75% -
XYZ 45.36 49.77 35.65 -
YUV 185.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 192 189 149 0 0.02 0.22 0.25 55.81 0.25 0.67
Hex C0 BD 95 0 2 16 19 38 19 43
Octal 300 275 225 0 2 26 31 70 31 103
Binary 11000000 10111101 10010101 0 10 10110 11001 111000 11001 1000011

Color Harmonies of #C0BD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD95

Black with #C0BD95

Text Example


Text Example

White with #C0BD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD95; }

 p { color: rgb(192,189,149); }

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

background-color css

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

 a { background-color: rgb(192,189,149); }

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

border-color css

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

 span { border-color: rgb(192,189,149); }

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