#C1BE78

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

Shades of Pine Glade #C1BE78

Tints of Pine Glade #C1BE78

Color information

#C1BE78 (or 0xC1BE78) is unknown color: approx Pine Glade. HEX triplet: C1, BE and 78. RGB value is (193,190,120). Sum of RGB (Red+Green+Blue) = 193+190+120=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE78 is #3E4187. Grayscale: #B7B7B7. Windows color (decimal): -4080008 or 7913153. OLE color: 7913153.

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

Color convert

RGB193190120-
CMYK00.020.380.24
HSL57.53º37.06%61.37%-
HSV(B)57.53º37.82%75.69%-
XYZ43.849.5225.02-
YUV182.9292.49135.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=38.37%
G=37.77%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319012000.020.380.2457.5337.0661.37
HexC1BE780226183a253d
Octal301276170024630724575
Binary1100000110111110111100001010011011000111010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE78; }

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

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

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

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

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

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

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

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