#C1BF7B

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

Shades of Pine Glade #C1BF7B

Tints of Pine Glade #C1BF7B

Color information

#C1BF7B (or 0xC1BF7B) is unknown color: approx Pine Glade. HEX triplet: C1, BF and 7B. RGB value is (193,191,123). Sum of RGB (Red+Green+Blue) = 193+191+123=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF7B is #3E4084. Grayscale: #B8B8B8. Windows color (decimal): -4079749 or 8110017. OLE color: 8110017.

HSL color Cylindrical-coordinate representation of color #C1BF7B: hue angle of 58.29º 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 #C1BF7B is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB193191123-
CMYK00.010.360.24
HSL58.29º36.08%61.96%-
HSV(B)58.29º36.27%75.69%-
XYZ44.250.0326.07-
YUV183.8593.66134.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=38.07%
G=37.67%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319112300.010.360.2458.2936.0861.96
HexC1BF7B0124183a243e
Octal301277173014430724476
Binary110000011011111111110110110010011000111010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF7B; }

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

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

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

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

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

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

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

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