Html Css Color HEX #C0C38B Green Mist

📋 copy color: '#C0C38B'

red 192 ◦ green 195 ◦ blue 139

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

Shades of Green Mist #C0C38B

Tints of Green Mist #C0C38B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.07%

 BLUE value IS 139 (54.69% from 255) = 26.43%

R = 36.5%
G = 37.07%
B = 26.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C0C38B (or 0xC0C38B) is known color: Green Mist. HEX triplet: C0, C3 and 8B. RGB value is (192,195,139). Sum of RGB (Red+Green+Blue) = 192+195+139=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C38B is #3F3C74. Grayscale: #BBBBBB. Windows color (decimal): -4144245 or 9159616. OLE color: 9159616.

HSL color Cylindrical-coordinate representation of color #C0C38B: hue angle of 63.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0C38B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 139 -
CMYK 0.02 0 0.29 0.24
HSL 63.21º 0.32% 0.65% -
HSV(B) 63.21º 0.29% 0.76% -
XYZ 45.91 52.1 32.06 -
YUV 187.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 192 195 139 0.02 0 0.29 0.24 63.21 0.32 0.65
Hex C0 C3 8B 2 0 1D 18 3F 20 41
Octal 300 303 213 2 0 35 30 77 40 101
Binary 11000000 11000011 10001011 10 0 11101 11000 111111 100000 1000001

Color Harmonies of #C0C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C38B

Black with #C0C38B

Text Example


Text Example

White with #C0C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C38B; }

 p { color: rgb(192,195,139); }

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

background-color css

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

 a { background-color: rgb(192,195,139); }

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

border-color css

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

 span { border-color: rgb(192,195,139); }

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