#BEC27A

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

Shades of Pine Glade #BEC27A

Tints of Pine Glade #BEC27A

Color information

#BEC27A (or 0xBEC27A) is unknown color: approx Pine Glade. HEX triplet: BE, C2 and 7A. RGB value is (190,194,122). Sum of RGB (Red+Green+Blue) = 190+194+122=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC27A is #413D85. Grayscale: #B8B8B8. Windows color (decimal): -4275590 or 8045246. OLE color: 8045246.

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

Color convert

RGB190194122-
CMYK0.0200.370.24
HSL63.33º37.11%61.96%-
HSV(B)63.33º37.11%76.08%-
XYZ44.0450.9425.92-
YUV184.692.67131.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=37.55%
G=38.34%
B=24.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941220.0200.370.2463.3337.1161.96
HexBEC27A2025183f253e
Octal276302172204530774576
Binary1011111011000010111101010010010111000111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC27A; }

 p { color: rgb(190,194,122); }

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

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

 a { background-color: rgb(190,194,122); }

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

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

 span { border-color: rgb(190,194,122); }

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