Html Css Color HEX #C4BE7D Pine Glade

📋 copy color: '#C4BE7D'

red 196 ◦ green 190 ◦ blue 125

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

Shades of Pine Glade #C4BE7D

Tints of Pine Glade #C4BE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 38.36%
G = 37.18%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4BE7D (or 0xC4BE7D) is known color: Pine Glade. HEX triplet: C4, BE and 7D. RGB value is (196,190,125). Sum of RGB (Red+Green+Blue) = 196+190+125=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE7D is #3B4182. Grayscale: #B8B8B8. Windows color (decimal): -3883395 or 8240836. OLE color: 8240836.

HSL color Cylindrical-coordinate representation of color #C4BE7D: hue angle of 54.93º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4BE7D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 190 125 -
CMYK 0 0.03 0.36 0.23
HSL 54.93º 0.38% 0.63% -
HSV(B) 54.93º 0.36% 0.77% -
XYZ 44.88 50.04 26.7 -
YUV 184.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 196 190 125 0 0.03 0.36 0.23 54.93 0.38 0.63
Hex C4 BE 7D 0 3 24 17 37 26 3F
Octal 304 276 175 0 3 44 27 67 46 77
Binary 11000100 10111110 1111101 0 11 100100 10111 110111 100110 111111

Color Harmonies of #C4BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BE7D

Black with #C4BE7D

Text Example


Text Example

White with #C4BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BE7D; }

 p { color: rgb(196,190,125); }

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

background-color css

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

 a { background-color: rgb(196,190,125); }

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

border-color css

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

 span { border-color: rgb(196,190,125); }

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