Html Css Color HEX #C4C277 Pine Glade

📋 copy color: '#C4C277'

red 196 ◦ green 194 ◦ blue 119

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

Shades of Pine Glade #C4C277

Tints of Pine Glade #C4C277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 119 (46.88% from 255) = 23.38%

R = 38.51%
G = 38.11%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C4C277 (or 0xC4C277) is known color: Pine Glade. HEX triplet: C4, C2 and 77. RGB value is (196,194,119). Sum of RGB (Red+Green+Blue) = 196+194+119=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C277 is #3B3D88. Grayscale: #BABABA. Windows color (decimal): -3882377 or 7848644. OLE color: 7848644.

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

Color convert

RGB 196 194 119 -
CMYK 0 0.01 0.39 0.23
HSL 58.44º 0.39% 0.62% -
HSV(B) 58.44º 0.39% 0.77% -
XYZ 45.39 51.65 25.03 -
YUV 186.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 196 194 119 0 0.01 0.39 0.23 58.44 0.39 0.62
Hex C4 C2 77 0 1 27 17 3A 27 3E
Octal 304 302 167 0 1 47 27 72 47 76
Binary 11000100 11000010 1110111 0 1 100111 10111 111010 100111 111110

Color Harmonies of #C4C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C277

Black with #C4C277

Text Example


Text Example

White with #C4C277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C277; }

 p { color: rgb(196,194,119); }

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

background-color css

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

 a { background-color: rgb(196,194,119); }

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

border-color css

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

 span { border-color: rgb(196,194,119); }

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