Html Css Color HEX #C0BE95 Green Mist

📋 copy color: '#C0BE95'

red 192 ◦ green 190 ◦ blue 149

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

Shades of Green Mist #C0BE95

Tints of Green Mist #C0BE95

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.78%

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

R = 36.16%
G = 35.78%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0BE95 (or 0xC0BE95) is known color: Green Mist. HEX triplet: C0, BE and 95. RGB value is (192,190,149). Sum of RGB (Red+Green+Blue) = 192+190+149=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE95 is #3F416A. Grayscale: #BABABA. Windows color (decimal): -4145515 or 9813696. OLE color: 9813696.

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

Color convert

RGB 192 190 149 -
CMYK 0 0.01 0.22 0.25
HSL 57.21º 0.25% 0.67% -
HSV(B) 57.21º 0.22% 0.75% -
XYZ 45.58 50.2 35.72 -
YUV 185.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 192 190 149 0 0.01 0.22 0.25 57.21 0.25 0.67
Hex C0 BE 95 0 1 16 19 39 19 43
Octal 300 276 225 0 1 26 31 71 31 103
Binary 11000000 10111110 10010101 0 1 10110 11001 111001 11001 1000011

Color Harmonies of #C0BE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE95

Black with #C0BE95

Text Example


Text Example

White with #C0BE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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