#BEC32C

Color #BEC32C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BEC32C

Tints of Rio Grande #BEC32C

Color information

#BEC32C (or 0xBEC32C) is unknown color: approx Rio Grande. HEX triplet: BE, C3 and 2C. RGB value is (190,195,44). Sum of RGB (Red+Green+Blue) = 190+195+44=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC32C is #413CD3. Grayscale: #B0B0B0. Windows color (decimal): -4275412 or 2933694. OLE color: 2933694.

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

Color convert

RGB19019544-
CMYK0.0300.770.24
HSL61.99º63.18%46.86%-
HSV(B)61.99º77.44%76.47%-
XYZ41.250.169.89-
YUV176.2953.34137.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 44 (17.58% from 255) = 10.26%
R=44.29%
G=45.45%
B=10.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195440.0300.770.2461.9963.1846.86
HexBEC32C304D183e3f2f
Octal276303543011530767757
Binary1011111011000011101100110100110111000111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC32C; }

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

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

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

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

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

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

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

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