Html Css Color HEX #C4C38F Green Mist

📋 copy color: '#C4C38F'

red 196 ◦ green 195 ◦ blue 143

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

Shades of Green Mist #C4C38F

Tints of Green Mist #C4C38F

RGB

 RED value IS 196 (76.95% from 255) = 36.7%

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

 BLUE value IS 143 (56.25% from 255) = 26.78%

R = 36.7%
G = 36.52%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4C38F (or 0xC4C38F) is known color: Green Mist. HEX triplet: C4, C3 and 8F. RGB value is (196,195,143). Sum of RGB (Red+Green+Blue) = 196+195+143=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C38F is #3B3C70. Grayscale: #BDBDBD. Windows color (decimal): -3882097 or 9421764. OLE color: 9421764.

HSL color Cylindrical-coordinate representation of color #C4C38F: hue angle of 58.87º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4C38F is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 143 -
CMYK 0 0.01 0.27 0.23
HSL 58.87º 0.31% 0.66% -
HSV(B) 58.87º 0.27% 0.77% -
XYZ 47.24 52.75 33.68 -
YUV 189.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 196 195 143 0 0.01 0.27 0.23 58.87 0.31 0.66
Hex C4 C3 8F 0 1 1B 17 3B 1F 42
Octal 304 303 217 0 1 33 27 73 37 102
Binary 11000100 11000011 10001111 0 1 11011 10111 111011 11111 1000010

Color Harmonies of #C4C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C38F

Black with #C4C38F

Text Example


Text Example

White with #C4C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C38F; }

 p { color: rgb(196,195,143); }

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

background-color css

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

 a { background-color: rgb(196,195,143); }

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

border-color css

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

 span { border-color: rgb(196,195,143); }

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