Html Css Color HEX #BEC204 La Rioja

📋 copy color: '#BEC204'

red 190 ◦ green 194 ◦ blue 4

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

Shades of La Rioja #BEC204

Tints of La Rioja #BEC204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 48.97%
G = 50%
B = 1.03%

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

#BEC204 (or 0xBEC204) is known color: La Rioja. HEX triplet: BE, C2 and 04. RGB value is (190,194,4). Sum of RGB (Red+Green+Blue) = 190+194+4=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC204 is #413DFB. Grayscale: #ABABAB. Windows color (decimal): -4275708 or 311998. OLE color: 311998.

HSL color Cylindrical-coordinate representation of color #BEC204: hue angle of 61.26º degrees, saturation: 0.96, 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 #BEC204 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 4 -
CMYK 0.02 0 0.98 0.24
HSL 61.26º 0.96% 0.39% -
HSV(B) 61.26º 0.98% 0.76% -
XYZ 40.55 49.54 7.54 -
YUV 171.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 190 194 4 0.02 0 0.98 0.24 61.26 0.96 0.39
Hex BE C2 4 2 0 62 18 3D 60 27
Octal 276 302 4 2 0 142 30 75 140 47
Binary 10111110 11000010 100 10 0 1100010 11000 111101 1100000 100111

Color Harmonies of #BEC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC204

Black with #BEC204

Text Example


Text Example

White with #BEC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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