Html Css Color HEX #BEC812 La Rioja

📋 copy color: '#BEC812'

red 190 ◦ green 200 ◦ blue 18

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

Shades of La Rioja #BEC812

Tints of La Rioja #BEC812

RGB

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

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

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

R = 46.57%
G = 49.02%
B = 4.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BEC812 (or 0xBEC812) is known color: La Rioja. HEX triplet: BE, C8 and 12. RGB value is (190,200,18). Sum of RGB (Red+Green+Blue) = 190+200+18=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC812 is #4137ED. Grayscale: #B0B0B0. Windows color (decimal): -4274158 or 1231038. OLE color: 1231038.

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

Color convert

RGB 190 200 18 -
CMYK 0.05 0 0.91 0.22
HSL 63.3º 0.83% 0.43% -
HSV(B) 63.3º 0.91% 0.78% -
XYZ 42 52.3 8.45 -
YUV 176.26 38.69 137.8 -
System Red Green Blue C M Y K H S L
Decimal 190 200 18 0.05 0 0.91 0.22 63.3 0.83 0.43
Hex BE C8 12 5 0 5B 16 3F 53 2B
Octal 276 310 22 5 0 133 26 77 123 53
Binary 10111110 11001000 10010 101 0 1011011 10110 111111 1010011 101011

Color Harmonies of #BEC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC812

Black with #BEC812

Text Example


Text Example

White with #BEC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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