Html Css Color HEX #BEC211 La Rioja

📋 copy color: '#BEC211'

red 190 ◦ green 194 ◦ blue 17

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

Shades of La Rioja #BEC211

Tints of La Rioja #BEC211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 47.38%
G = 48.38%
B = 4.24%

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

#BEC211 (or 0xBEC211) is known color: La Rioja. HEX triplet: BE, C2 and 11. RGB value is (190,194,17). Sum of RGB (Red+Green+Blue) = 190+194+17=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC211 is #413DEE. Grayscale: #ADADAD. Windows color (decimal): -4275695 or 1163966. OLE color: 1163966.

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

Color convert

RGB 190 194 17 -
CMYK 0.02 0 0.91 0.24
HSL 61.36º 0.84% 0.41% -
HSV(B) 61.36º 0.91% 0.76% -
XYZ 40.63 49.57 7.96 -
YUV 172.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 190 194 17 0.02 0 0.91 0.24 61.36 0.84 0.41
Hex BE C2 11 2 0 5B 18 3D 54 29
Octal 276 302 21 2 0 133 30 75 124 51
Binary 10111110 11000010 10001 10 0 1011011 11000 111101 1010100 101001

Color Harmonies of #BEC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC211

Black with #BEC211

Text Example


Text Example

White with #BEC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC211; }

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

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

background-color css

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

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

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

border-color css

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

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

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