#C1BF77

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

Shades of Pine Glade #C1BF77

Tints of Pine Glade #C1BF77

Color information

#C1BF77 (or 0xC1BF77) is unknown color: approx Pine Glade. HEX triplet: C1, BF and 77. RGB value is (193,191,119). Sum of RGB (Red+Green+Blue) = 193+191+119=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF77 is #3E4088. Grayscale: #B7B7B7. Windows color (decimal): -4079753 or 7847873. OLE color: 7847873.

HSL color Cylindrical-coordinate representation of color #C1BF77: hue angle of 58.38º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1BF77 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB193191119-
CMYK00.010.380.24
HSL58.38º37.37%61.18%-
HSV(B)58.38º38.34%75.69%-
XYZ43.9549.9324.77-
YUV183.3991.66134.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=38.37%
G=37.97%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319111900.010.380.2458.3837.3761.18
HexC1BF770126183a253d
Octal301277167014630724575
Binary110000011011111111101110110011011000111010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF77; }

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

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

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

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

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

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

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

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