Html Css Color HEX #BEC521 Rio Grande

📋 copy color: '#BEC521'

red 190 ◦ green 197 ◦ blue 33

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

Shades of Rio Grande #BEC521

Tints of Rio Grande #BEC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

 BLUE value IS 33 (13.28% from 255) = 7.86%

R = 45.24%
G = 46.9%
B = 7.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#BEC521 (or 0xBEC521) is known color: Rio Grande. HEX triplet: BE, C5 and 21. RGB value is (190,197,33). Sum of RGB (Red+Green+Blue) = 190+197+33=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC521 is #413ADE. Grayscale: #B0B0B0. Windows color (decimal): -4274911 or 2213310. OLE color: 2213310.

HSL color Cylindrical-coordinate representation of color #BEC521: hue angle of 62.56º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEC521 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 33 -
CMYK 0.04 0 0.83 0.23
HSL 62.56º 0.71% 0.45% -
HSV(B) 62.56º 0.83% 0.77% -
XYZ 41.48 50.99 9.09 -
YUV 176.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 190 197 33 0.04 0 0.83 0.23 62.56 0.71 0.45
Hex BE C5 21 4 0 53 17 3F 47 2D
Octal 276 305 41 4 0 123 27 77 107 55
Binary 10111110 11000101 100001 100 0 1010011 10111 111111 1000111 101101

Color Harmonies of #BEC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC521

Black with #BEC521

Text Example


Text Example

White with #BEC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC521; }

 p { color: rgb(190,197,33); }

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

background-color css

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

 a { background-color: rgb(190,197,33); }

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

border-color css

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

 span { border-color: rgb(190,197,33); }

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