Html Css Color HEX #C0BE98 Green Mist

📋 copy color: '#C0BE98'

red 192 ◦ green 190 ◦ blue 152

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

Shades of Green Mist #C0BE98

Tints of Green Mist #C0BE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 35.96%
G = 35.58%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C0BE98 (or 0xC0BE98) is known color: Green Mist. HEX triplet: C0, BE and 98. RGB value is (192,190,152). Sum of RGB (Red+Green+Blue) = 192+190+152=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE98 is #3F4167. Grayscale: #BABABA. Windows color (decimal): -4145512 or 10010304. OLE color: 10010304.

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

Color convert

RGB 192 190 152 -
CMYK 0 0.01 0.21 0.25
HSL 57º 0.24% 0.67% -
HSV(B) 57º 0.21% 0.75% -
XYZ 45.82 50.3 37 -
YUV 186.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 192 190 152 0 0.01 0.21 0.25 57 0.24 0.67
Hex C0 BE 98 0 1 15 19 39 18 43
Octal 300 276 230 0 1 25 31 71 30 103
Binary 11000000 10111110 10011000 0 1 10101 11001 111001 11000 1000011

Color Harmonies of #C0BE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE98

Black with #C0BE98

Text Example


Text Example

White with #C0BE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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