Html Css Color HEX #C3C388 Pine Glade

📋 copy color: '#C3C388'

red 195 ◦ green 195 ◦ blue 136

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

Shades of Pine Glade #C3C388

Tints of Pine Glade #C3C388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.86%

R = 37.07%
G = 37.07%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C3C388 (or 0xC3C388) is known color: Pine Glade. HEX triplet: C3, C3 and 88. RGB value is (195,195,136). Sum of RGB (Red+Green+Blue) = 195+195+136=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C388 is #3C3C77. Grayscale: #BCBCBC. Windows color (decimal): -3947640 or 8963011. OLE color: 8963011.

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

Color convert

RGB 195 195 136 -
CMYK 0 0 0.30 0.24
HSL 60º 0.33% 0.65% -
HSV(B) 60º 0.3% 0.76% -
XYZ 46.46 52.41 30.96 -
YUV 188.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 195 195 136 0 0 0.30 0.24 60 0.33 0.65
Hex C3 C3 88 0 0 1E 18 3C 21 41
Octal 303 303 210 0 0 36 30 74 41 101
Binary 11000011 11000011 10001000 0 0 11110 11000 111100 100001 1000001

Color Harmonies of #C3C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C388

Black with #C3C388

Text Example


Text Example

White with #C3C388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C388; }

 p { color: rgb(195,195,136); }

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

background-color css

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

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

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

border-color css

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

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

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