#C4BE7B

Color #C4BE7B Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C4BE7B

Tints of Pine Glade #C4BE7B

Color information

#C4BE7B (or 0xC4BE7B) is unknown color: approx Pine Glade. HEX triplet: C4, BE and 7B. RGB value is (196,190,123). Sum of RGB (Red+Green+Blue) = 196+190+123=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE7B is #3B4184. Grayscale: #B8B8B8. Windows color (decimal): -3883397 or 8109764. OLE color: 8109764.

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

Color convert

RGB196190123-
CMYK00.030.370.23
HSL55.07º38.22%62.55%-
HSV(B)55.07º37.24%76.86%-
XYZ44.7549.9926.03-
YUV184.1693.49136.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=38.51%
G=37.33%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619012300.030.370.2355.0738.2262.55
HexC4BE7B03251737263f
Octal304276173034527674677
Binary1100010010111110111101101110010110111110111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE7B; }

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

 H1.HeaderClassName
 {
   color: #C4BE7B;
 }
 .AnyTagClassName
 {
   color: #C4BE7B;
 }
</style>
background-color css

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

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

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

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

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

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