Html Css Color HEX #BEC522 Rio Grande

📋 copy color: '#BEC522'

red 190 ◦ green 197 ◦ blue 34

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

Shades of Rio Grande #BEC522

Tints of Rio Grande #BEC522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.08%

R = 45.13%
G = 46.79%
B = 8.08%

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

#BEC522 (or 0xBEC522) is known color: Rio Grande. HEX triplet: BE, C5 and 22. RGB value is (190,197,34). Sum of RGB (Red+Green+Blue) = 190+197+34=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC522 is #413ADD. Grayscale: #B0B0B0. Windows color (decimal): -4274910 or 2278846. OLE color: 2278846.

HSL color Cylindrical-coordinate representation of color #BEC522: hue angle of 62.58º 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 #BEC522 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 34 -
CMYK 0.04 0 0.83 0.23
HSL 62.58º 0.71% 0.45% -
HSV(B) 62.58º 0.83% 0.77% -
XYZ 41.49 51 9.17 -
YUV 176.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 190 197 34 0.04 0 0.83 0.23 62.58 0.71 0.45
Hex BE C5 22 4 0 53 17 3F 47 2D
Octal 276 305 42 4 0 123 27 77 107 55
Binary 10111110 11000101 100010 100 0 1010011 10111 111111 1000111 101101

Color Harmonies of #BEC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC522

Black with #BEC522

Text Example


Text Example

White with #BEC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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