Html Css Color HEX #BEC019 Rio Grande

📋 copy color: '#BEC019'

red 190 ◦ green 192 ◦ blue 25

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

Shades of Rio Grande #BEC019

Tints of Rio Grande #BEC019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 46.68%
G = 47.17%
B = 6.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BEC019 (or 0xBEC019) is known color: Rio Grande. HEX triplet: BE, C0 and 19. RGB value is (190,192,25). Sum of RGB (Red+Green+Blue) = 190+192+25=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC019 is #413FE6. Grayscale: #ADADAD. Windows color (decimal): -4276199 or 1687742. OLE color: 1687742.

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

Color convert

RGB 190 192 25 -
CMYK 0.01 0 0.87 0.25
HSL 60.72º 0.77% 0.43% -
HSV(B) 60.72º 0.87% 0.75% -
XYZ 40.26 48.72 8.2 -
YUV 172.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 190 192 25 0.01 0 0.87 0.25 60.72 0.77 0.43
Hex BE C0 19 1 0 57 19 3D 4D 2B
Octal 276 300 31 1 0 127 31 75 115 53
Binary 10111110 11000000 11001 1 0 1010111 11001 111101 1001101 101011

Color Harmonies of #BEC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC019

Black with #BEC019

Text Example


Text Example

White with #BEC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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