Html Css Color HEX #BEC203 La Rioja

📋 copy color: '#BEC203'

red 190 ◦ green 194 ◦ blue 3

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

Shades of La Rioja #BEC203

Tints of La Rioja #BEC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.13%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 49.1%
G = 50.13%
B = 0.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BEC203 (or 0xBEC203) is known color: La Rioja. HEX triplet: BE, C2 and 03. RGB value is (190,194,3). Sum of RGB (Red+Green+Blue) = 190+194+3=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC203 is #413DFC. Grayscale: #ABABAB. Windows color (decimal): -4275709 or 246462. OLE color: 246462.

HSL color Cylindrical-coordinate representation of color #BEC203: hue angle of 61.26º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEC203 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 3 -
CMYK 0.02 0 0.98 0.24
HSL 61.26º 0.97% 0.39% -
HSV(B) 61.26º 0.98% 0.76% -
XYZ 40.54 49.54 7.51 -
YUV 171.03 33.17 141.53 -
System Red Green Blue C M Y K H S L
Decimal 190 194 3 0.02 0 0.98 0.24 61.26 0.97 0.39
Hex BE C2 3 2 0 62 18 3D 61 27
Octal 276 302 3 2 0 142 30 75 141 47
Binary 10111110 11000010 11 10 0 1100010 11000 111101 1100001 100111

Color Harmonies of #BEC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC203

Black with #BEC203

Text Example


Text Example

White with #BEC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC203; }

 p { color: rgb(190,194,3); }

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

background-color css

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

 a { background-color: rgb(190,194,3); }

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

border-color css

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

 span { border-color: rgb(190,194,3); }

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