Html Css Color HEX #BEC90B La Rioja

📋 copy color: '#BEC90B'

red 190 ◦ green 201 ◦ blue 11

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

Shades of La Rioja #BEC90B

Tints of La Rioja #BEC90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 47.26%
G = 50%
B = 2.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#BEC90B (or 0xBEC90B) is known color: La Rioja. HEX triplet: BE, C9 and 0B. RGB value is (190,201,11). Sum of RGB (Red+Green+Blue) = 190+201+11=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC90B is #4136F4. Grayscale: #B0B0B0. Windows color (decimal): -4273909 or 772542. OLE color: 772542.

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

Color convert

RGB 190 201 11 -
CMYK 0.05 0 0.95 0.21
HSL 63.47º 0.9% 0.42% -
HSV(B) 63.47º 0.95% 0.79% -
XYZ 42.18 52.74 8.27 -
YUV 176.05 34.86 137.95 -
System Red Green Blue C M Y K H S L
Decimal 190 201 11 0.05 0 0.95 0.21 63.47 0.9 0.42
Hex BE C9 B 5 0 5F 15 3F 5A 2A
Octal 276 311 13 5 0 137 25 77 132 52
Binary 10111110 11001001 1011 101 0 1011111 10101 111111 1011010 101010

Color Harmonies of #BEC90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC90B

Black with #BEC90B

Text Example


Text Example

White with #BEC90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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