Html Css Color HEX #BEC212 La Rioja

📋 copy color: '#BEC212'

red 190 ◦ green 194 ◦ blue 18

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

Shades of La Rioja #BEC212

Tints of La Rioja #BEC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 47.26%
G = 48.26%
B = 4.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BEC212 (or 0xBEC212) is known color: La Rioja. HEX triplet: BE, C2 and 12. RGB value is (190,194,18). Sum of RGB (Red+Green+Blue) = 190+194+18=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC212 is #413DED. Grayscale: #ADADAD. Windows color (decimal): -4275694 or 1229502. OLE color: 1229502.

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

Color convert

RGB 190 194 18 -
CMYK 0.02 0 0.91 0.24
HSL 61.36º 0.83% 0.42% -
HSV(B) 61.36º 0.91% 0.76% -
XYZ 40.64 49.57 8 -
YUV 172.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 190 194 18 0.02 0 0.91 0.24 61.36 0.83 0.42
Hex BE C2 12 2 0 5B 18 3D 53 2A
Octal 276 302 22 2 0 133 30 75 123 52
Binary 10111110 11000010 10010 10 0 1011011 11000 111101 1010011 101010

Color Harmonies of #BEC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC212

Black with #BEC212

Text Example


Text Example

White with #BEC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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