Html Css Color HEX #BEC815 Rio Grande

📋 copy color: '#BEC815'

red 190 ◦ green 200 ◦ blue 21

#BEC815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BEC815

Tints of Rio Grande #BEC815

RGB

 RED value IS 190 (74.61% from 255) = 46.23%

 GREEN value IS 200 (78.52% from 255) = 48.66%

 BLUE value IS 21 (8.59% from 255) = 5.11%

R = 46.23%
G = 48.66%
B = 5.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#BEC815 (or 0xBEC815) is known color: Rio Grande. HEX triplet: BE, C8 and 15. RGB value is (190,200,21). Sum of RGB (Red+Green+Blue) = 190+200+21=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC815 is #4137EA. Grayscale: #B1B1B1. Windows color (decimal): -4274155 or 1427646. OLE color: 1427646.

HSL color Cylindrical-coordinate representation of color #BEC815: hue angle of 63.35º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC815 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 21 -
CMYK 0.05 0 0.90 0.22
HSL 63.35º 0.81% 0.43% -
HSV(B) 63.35º 0.9% 0.78% -
XYZ 42.02 52.31 8.59 -
YUV 176.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 190 200 21 0.05 0 0.90 0.22 63.35 0.81 0.43
Hex BE C8 15 5 0 5A 16 3F 51 2B
Octal 276 310 25 5 0 132 26 77 121 53
Binary 10111110 11001000 10101 101 0 1011010 10110 111111 1010001 101011

Color Harmonies of #BEC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC815

Black with #BEC815

Text Example


Text Example

White with #BEC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC815; }

 p { color: rgb(190,200,21); }

 H1.HeaderClassName
 {
   color: #BEC815;
 }
 .AnyTagClassName
 {
   color: #BEC815;
 }
</style>

background-color css

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

 a { background-color: rgb(190,200,21); }

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

border-color css

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

 span { border-color: rgb(190,200,21); }

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