Html Css Color HEX #BEC313 La Rioja

📋 copy color: '#BEC313'

red 190 ◦ green 195 ◦ blue 19

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

Shades of La Rioja #BEC313

Tints of La Rioja #BEC313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.27%

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

R = 47.03%
G = 48.27%
B = 4.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BEC313 (or 0xBEC313) is known color: La Rioja. HEX triplet: BE, C3 and 13. RGB value is (190,195,19). Sum of RGB (Red+Green+Blue) = 190+195+19=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC313 is #413CEC. Grayscale: #AEAEAE. Windows color (decimal): -4275437 or 1295294. OLE color: 1295294.

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

Color convert

RGB 190 195 19 -
CMYK 0.03 0 0.90 0.24
HSL 61.7º 0.82% 0.42% -
HSV(B) 61.7º 0.9% 0.76% -
XYZ 40.87 50.02 8.12 -
YUV 173.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 190 195 19 0.03 0 0.90 0.24 61.7 0.82 0.42
Hex BE C3 13 3 0 5A 18 3E 52 2A
Octal 276 303 23 3 0 132 30 76 122 52
Binary 10111110 11000011 10011 11 0 1011010 11000 111110 1010010 101010

Color Harmonies of #BEC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC313

Black with #BEC313

Text Example


Text Example

White with #BEC313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC313; }

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

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

background-color css

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

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

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

border-color css

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

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

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