Html Css Color HEX #BEC220 Rio Grande

📋 copy color: '#BEC220'

red 190 ◦ green 194 ◦ blue 32

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

Shades of Rio Grande #BEC220

Tints of Rio Grande #BEC220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.69%

R = 45.67%
G = 46.63%
B = 7.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BEC220 (or 0xBEC220) is known color: Rio Grande. HEX triplet: BE, C2 and 20. RGB value is (190,194,32). Sum of RGB (Red+Green+Blue) = 190+194+32=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC220 is #413DDF. Grayscale: #AEAEAE. Windows color (decimal): -4275680 or 2147006. OLE color: 2147006.

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

Color convert

RGB 190 194 32 -
CMYK 0.02 0 0.84 0.24
HSL 61.48º 0.72% 0.44% -
HSV(B) 61.48º 0.84% 0.76% -
XYZ 40.79 49.64 8.8 -
YUV 174.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 190 194 32 0.02 0 0.84 0.24 61.48 0.72 0.44
Hex BE C2 20 2 0 54 18 3D 48 2C
Octal 276 302 40 2 0 124 30 75 110 54
Binary 10111110 11000010 100000 10 0 1010100 11000 111101 1001000 101100

Color Harmonies of #BEC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC220

Black with #BEC220

Text Example


Text Example

White with #BEC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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