Html Css Color HEX #BEC904 La Rioja

📋 copy color: '#BEC904'

red 190 ◦ green 201 ◦ blue 4

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

Shades of La Rioja #BEC904

Tints of La Rioja #BEC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.89%

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

R = 48.1%
G = 50.89%
B = 1.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#BEC904 (or 0xBEC904) is known color: La Rioja. HEX triplet: BE, C9 and 04. RGB value is (190,201,4). Sum of RGB (Red+Green+Blue) = 190+201+4=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC904 is #4136FB. Grayscale: #B0B0B0. Windows color (decimal): -4273916 or 313790. OLE color: 313790.

HSL color Cylindrical-coordinate representation of color #BEC904: hue angle of 63.35º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEC904 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 4 -
CMYK 0.05 0 0.98 0.21
HSL 63.35º 0.96% 0.4% -
HSV(B) 63.35º 0.98% 0.79% -
XYZ 42.14 52.73 8.07 -
YUV 175.25 31.36 138.52 -
System Red Green Blue C M Y K H S L
Decimal 190 201 4 0.05 0 0.98 0.21 63.35 0.96 0.4
Hex BE C9 4 5 0 62 15 3F 60 28
Octal 276 311 4 5 0 142 25 77 140 50
Binary 10111110 11001001 100 101 0 1100010 10101 111111 1100000 101000

Color Harmonies of #BEC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC904

Black with #BEC904

Text Example


Text Example

White with #BEC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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