#BECC74

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

Shades of Pine Glade #BECC74

Tints of Pine Glade #BECC74

Color information

#BECC74 (or 0xBECC74) is unknown color: approx Pine Glade. HEX triplet: BE, CC and 74. RGB value is (190,204,116). Sum of RGB (Red+Green+Blue) = 190+204+116=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC74 is #41338B. Grayscale: #BEBEBE. Windows color (decimal): -4273036 or 7654590. OLE color: 7654590.

HSL color Cylindrical-coordinate representation of color #BECC74: hue angle of 69.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BECC74 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB190204116-
CMYK0.0700.430.2
HSL69.55º46.32%62.75%-
HSV(B)69.55º43.14%80%-
XYZ45.9855.3924.79-
YUV189.7886.36128.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=37.25%
G=40%
B=22.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041160.0700.430.269.5546.3262.75
HexBECC74702B14462e3f
Octal2763141647053241065677
Binary101111101100110011101001110101011101001000110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC74; }

 p { color: rgb(190,204,116); }

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

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

 a { background-color: rgb(190,204,116); }

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

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

 span { border-color: rgb(190,204,116); }

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