#C1BE7D

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

Shades of Pine Glade #C1BE7D

Tints of Pine Glade #C1BE7D

Color information

#C1BE7D (or 0xC1BE7D) is unknown color: approx Pine Glade. HEX triplet: C1, BE and 7D. RGB value is (193,190,125). Sum of RGB (Red+Green+Blue) = 193+190+125=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE7D is #3E4182. Grayscale: #B7B7B7. Windows color (decimal): -4080003 or 8240833. OLE color: 8240833.

HSL color Cylindrical-coordinate representation of color #C1BE7D: hue angle of 57.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1BE7D is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB193190125-
CMYK00.020.350.24
HSL57.35º35.42%62.35%-
HSV(B)57.35º35.23%75.69%-
XYZ44.1149.6526.66-
YUV183.4994.99134.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=37.99%
G=37.40%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319012500.020.350.2457.3535.4262.35
HexC1BE7D02231839233e
Octal301276175024330714376
Binary1100000110111110111110101010001111000111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE7D; }

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

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

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

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

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

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

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

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