Html Css Color HEX #BEC215 La Rioja

📋 copy color: '#BEC215'

red 190 ◦ green 194 ◦ blue 21

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

Shades of La Rioja #BEC215

Tints of La Rioja #BEC215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

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

R = 46.91%
G = 47.9%
B = 5.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#BEC215 (or 0xBEC215) is known color: La Rioja. HEX triplet: BE, C2 and 15. RGB value is (190,194,21). Sum of RGB (Red+Green+Blue) = 190+194+21=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC215 is #413DEA. Grayscale: #ADADAD. Windows color (decimal): -4275691 or 1426110. OLE color: 1426110.

HSL color Cylindrical-coordinate representation of color #BEC215: hue angle of 61.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC215 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 21 -
CMYK 0.02 0 0.89 0.24
HSL 61.39º 0.8% 0.42% -
HSV(B) 61.39º 0.89% 0.76% -
XYZ 40.66 49.58 8.14 -
YUV 173.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 190 194 21 0.02 0 0.89 0.24 61.39 0.8 0.42
Hex BE C2 15 2 0 59 18 3D 50 2A
Octal 276 302 25 2 0 131 30 75 120 52
Binary 10111110 11000010 10101 10 0 1011001 11000 111101 1010000 101010

Color Harmonies of #BEC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC215

Black with #BEC215

Text Example


Text Example

White with #BEC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC215; }

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

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

background-color css

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

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

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

border-color css

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

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

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