Html Css Color HEX #BEC012 La Rioja

📋 copy color: '#BEC012'

red 190 ◦ green 192 ◦ blue 18

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

Shades of La Rioja #BEC012

Tints of La Rioja #BEC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48%

 BLUE value IS 18 (7.42% from 255) = 4.5%

R = 47.5%
G = 48%
B = 4.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEC012 (or 0xBEC012) is known color: La Rioja. HEX triplet: BE, C0 and 12. RGB value is (190,192,18). Sum of RGB (Red+Green+Blue) = 190+192+18=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC012 is #413FED. Grayscale: #ACACAC. Windows color (decimal): -4276206 or 1228990. OLE color: 1228990.

HSL color Cylindrical-coordinate representation of color #BEC012: hue angle of 60.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC012 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 18 -
CMYK 0.01 0 0.91 0.25
HSL 60.69º 0.83% 0.41% -
HSV(B) 60.69º 0.91% 0.75% -
XYZ 40.19 48.69 7.85 -
YUV 171.57 41.34 141.15 -
System Red Green Blue C M Y K H S L
Decimal 190 192 18 0.01 0 0.91 0.25 60.69 0.83 0.41
Hex BE C0 12 1 0 5B 19 3D 53 29
Octal 276 300 22 1 0 133 31 75 123 51
Binary 10111110 11000000 10010 1 0 1011011 11001 111101 1010011 101001

Color Harmonies of #BEC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC012

Black with #BEC012

Text Example


Text Example

White with #BEC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC012; }

 p { color: rgb(190,192,18); }

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

background-color css

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

 a { background-color: rgb(190,192,18); }

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

border-color css

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

 span { border-color: rgb(190,192,18); }

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