Html Css Color HEX #BEC213 La Rioja

📋 copy color: '#BEC213'

red 190 ◦ green 194 ◦ blue 19

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

Shades of La Rioja #BEC213

Tints of La Rioja #BEC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.71%

R = 47.15%
G = 48.14%
B = 4.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BEC213 (or 0xBEC213) is known color: La Rioja. HEX triplet: BE, C2 and 13. RGB value is (190,194,19). Sum of RGB (Red+Green+Blue) = 190+194+19=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC213 is #413DEC. Grayscale: #ADADAD. Windows color (decimal): -4275693 or 1295038. OLE color: 1295038.

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

Color convert

RGB 190 194 19 -
CMYK 0.02 0 0.90 0.24
HSL 61.37º 0.82% 0.42% -
HSV(B) 61.37º 0.9% 0.76% -
XYZ 40.64 49.58 8.04 -
YUV 172.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 190 194 19 0.02 0 0.90 0.24 61.37 0.82 0.42
Hex BE C2 13 2 0 5A 18 3D 52 2A
Octal 276 302 23 2 0 132 30 75 122 52
Binary 10111110 11000010 10011 10 0 1011010 11000 111101 1010010 101010

Color Harmonies of #BEC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC213

Black with #BEC213

Text Example


Text Example

White with #BEC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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