Html Css Color HEX #BEC90D La Rioja

📋 copy color: '#BEC90D'

red 190 ◦ green 201 ◦ blue 13

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

Shades of La Rioja #BEC90D

Tints of La Rioja #BEC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.75%

 BLUE value IS 13 (5.47% from 255) = 3.22%

R = 47.03%
G = 49.75%
B = 3.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#BEC90D (or 0xBEC90D) is known color: La Rioja. HEX triplet: BE, C9 and 0D. RGB value is (190,201,13). Sum of RGB (Red+Green+Blue) = 190+201+13=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC90D is #4136F2. Grayscale: #B1B1B1. Windows color (decimal): -4273907 or 903614. OLE color: 903614.

HSL color Cylindrical-coordinate representation of color #BEC90D: hue angle of 63.51º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC90D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 13 -
CMYK 0.05 0 0.94 0.21
HSL 63.51º 0.88% 0.42% -
HSV(B) 63.51º 0.94% 0.79% -
XYZ 42.19 52.75 8.34 -
YUV 176.28 35.86 137.79 -
System Red Green Blue C M Y K H S L
Decimal 190 201 13 0.05 0 0.94 0.21 63.51 0.88 0.42
Hex BE C9 D 5 0 5E 15 40 58 2A
Octal 276 311 15 5 0 136 25 100 130 52
Binary 10111110 11001001 1101 101 0 1011110 10101 1000000 1011000 101010

Color Harmonies of #BEC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC90D

Black with #BEC90D

Text Example


Text Example

White with #BEC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC90D; }

 p { color: rgb(190,201,13); }

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

background-color css

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

 a { background-color: rgb(190,201,13); }

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

border-color css

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

 span { border-color: rgb(190,201,13); }

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