Html Css Color HEX #BEC30F La Rioja

📋 copy color: '#BEC30F'

red 190 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #BEC30F

Tints of La Rioja #BEC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 47.5%
G = 48.75%
B = 3.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BEC30F (or 0xBEC30F) is known color: La Rioja. HEX triplet: BE, C3 and 0F. RGB value is (190,195,15). Sum of RGB (Red+Green+Blue) = 190+195+15=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC30F is #413CF0. Grayscale: #ADADAD. Windows color (decimal): -4275441 or 1033150. OLE color: 1033150.

HSL color Cylindrical-coordinate representation of color #BEC30F: hue angle of 61.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEC30F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 15 -
CMYK 0.03 0 0.92 0.24
HSL 61.67º 0.86% 0.41% -
HSV(B) 61.67º 0.92% 0.76% -
XYZ 40.84 50.01 7.95 -
YUV 172.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 190 195 15 0.03 0 0.92 0.24 61.67 0.86 0.41
Hex BE C3 F 3 0 5C 18 3E 56 29
Octal 276 303 17 3 0 134 30 76 126 51
Binary 10111110 11000011 1111 11 0 1011100 11000 111110 1010110 101001

Color Harmonies of #BEC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC30F

Black with #BEC30F

Text Example


Text Example

White with #BEC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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