#C3BE7B

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

Shades of Pine Glade #C3BE7B

Tints of Pine Glade #C3BE7B

Color information

#C3BE7B (or 0xC3BE7B) is unknown color: approx Pine Glade. HEX triplet: C3, BE and 7B. RGB value is (195,190,123). Sum of RGB (Red+Green+Blue) = 195+190+123=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE7B is #3C4184. Grayscale: #B8B8B8. Windows color (decimal): -3948933 or 8109763. OLE color: 8109763.

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

Color convert

RGB195190123-
CMYK00.030.370.24
HSL55.83º37.5%62.35%-
HSV(B)55.83º36.92%76.47%-
XYZ44.4949.8626.02-
YUV183.8693.66135.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=38.39%
G=37.40%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519012300.030.370.2455.8337.562.35
HexC3BE7B03251838263e
Octal303276173034530704676
Binary1100001110111110111101101110010111000111000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE7B; }

 p { color: rgb(195,190,123); }

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

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

 a { background-color: rgb(195,190,123); }

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

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

 span { border-color: rgb(195,190,123); }

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