#C1BC7B

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

Shades of Pine Glade #C1BC7B

Tints of Pine Glade #C1BC7B

Color information

#C1BC7B (or 0xC1BC7B) is unknown color: approx Pine Glade. HEX triplet: C1, BC and 7B. RGB value is (193,188,123). Sum of RGB (Red+Green+Blue) = 193+188+123=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC7B is #3E4384. Grayscale: #B6B6B6. Windows color (decimal): -4080517 or 8109249. OLE color: 8109249.

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

Color convert

RGB193188123-
CMYK00.030.360.24
HSL55.71º36.08%61.96%-
HSV(B)55.71º36.27%75.69%-
XYZ43.5548.7325.85-
YUV182.0894.66135.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=38.29%
G=37.30%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318812300.030.360.2455.7136.0861.96
HexC1BC7B03241838243e
Octal301274173034430704476
Binary1100000110111100111101101110010011000111000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC7B; }

 p { color: rgb(193,188,123); }

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

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

 a { background-color: rgb(193,188,123); }

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

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

 span { border-color: rgb(193,188,123); }

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