Html Css Color HEX #C0BD99 Green Mist

📋 copy color: '#C0BD99'

red 192 ◦ green 189 ◦ blue 153

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

Shades of Green Mist #C0BD99

Tints of Green Mist #C0BD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.65%

R = 35.96%
G = 35.39%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0BD99 (or 0xC0BD99) is known color: Green Mist. HEX triplet: C0, BD and 99. RGB value is (192,189,153). Sum of RGB (Red+Green+Blue) = 192+189+153=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD99 is #3F4266. Grayscale: #B9B9B9. Windows color (decimal): -4145767 or 10075584. OLE color: 10075584.

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

Color convert

RGB 192 189 153 -
CMYK 0 0.02 0.20 0.25
HSL 55.38º 0.24% 0.68% -
HSV(B) 55.38º 0.2% 0.75% -
XYZ 45.69 49.9 37.36 -
YUV 185.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 192 189 153 0 0.02 0.20 0.25 55.38 0.24 0.68
Hex C0 BD 99 0 2 14 19 37 18 44
Octal 300 275 231 0 2 24 31 67 30 104
Binary 11000000 10111101 10011001 0 10 10100 11001 110111 11000 1000100

Color Harmonies of #C0BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD99

Black with #C0BD99

Text Example


Text Example

White with #C0BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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