Html Css Color HEX #BEC115 La Rioja

📋 copy color: '#BEC115'

red 190 ◦ green 193 ◦ blue 21

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

Shades of La Rioja #BEC115

Tints of La Rioja #BEC115

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

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

R = 47.03%
G = 47.77%
B = 5.2%

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

#BEC115 (or 0xBEC115) is known color: La Rioja. HEX triplet: BE, C1 and 15. RGB value is (190,193,21). Sum of RGB (Red+Green+Blue) = 190+193+21=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC115 is #413EEA. Grayscale: #ADADAD. Windows color (decimal): -4275947 or 1425854. OLE color: 1425854.

HSL color Cylindrical-coordinate representation of color #BEC115: hue angle of 61.05º 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 #BEC115 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 21 -
CMYK 0.02 0 0.89 0.24
HSL 61.05º 0.8% 0.42% -
HSV(B) 61.05º 0.89% 0.76% -
XYZ 40.44 49.14 8.06 -
YUV 172.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 190 193 21 0.02 0 0.89 0.24 61.05 0.8 0.42
Hex BE C1 15 2 0 59 18 3D 50 2A
Octal 276 301 25 2 0 131 30 75 120 52
Binary 10111110 11000001 10101 10 0 1011001 11000 111101 1010000 101010

Color Harmonies of #BEC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC115

Black with #BEC115

Text Example


Text Example

White with #BEC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC115; }

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

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

background-color css

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

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

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

border-color css

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

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

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