Html Css Color HEX #BEC80B La Rioja

📋 copy color: '#BEC80B'

red 190 ◦ green 200 ◦ blue 11

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

Shades of La Rioja #BEC80B

Tints of La Rioja #BEC80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.88%

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

R = 47.38%
G = 49.88%
B = 2.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BEC80B (or 0xBEC80B) is known color: La Rioja. HEX triplet: BE, C8 and 0B. RGB value is (190,200,11). Sum of RGB (Red+Green+Blue) = 190+200+11=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC80B is #4137F4. Grayscale: #B0B0B0. Windows color (decimal): -4274165 or 772286. OLE color: 772286.

HSL color Cylindrical-coordinate representation of color #BEC80B: hue angle of 63.17º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC80B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 11 -
CMYK 0.05 0 0.94 0.22
HSL 63.17º 0.9% 0.41% -
HSV(B) 63.17º 0.95% 0.78% -
XYZ 41.95 52.28 8.2 -
YUV 175.46 35.19 138.37 -
System Red Green Blue C M Y K H S L
Decimal 190 200 11 0.05 0 0.94 0.22 63.17 0.9 0.41
Hex BE C8 B 5 0 5E 16 3F 5A 29
Octal 276 310 13 5 0 136 26 77 132 51
Binary 10111110 11001000 1011 101 0 1011110 10110 111111 1011010 101001

Color Harmonies of #BEC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC80B

Black with #BEC80B

Text Example


Text Example

White with #BEC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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