Html Css Color HEX #BEC525 Rio Grande

📋 copy color: '#BEC525'

red 190 ◦ green 197 ◦ blue 37

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

Shades of Rio Grande #BEC525

Tints of Rio Grande #BEC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.73%

R = 44.81%
G = 46.46%
B = 8.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BEC525 (or 0xBEC525) is known color: Rio Grande. HEX triplet: BE, C5 and 25. RGB value is (190,197,37). Sum of RGB (Red+Green+Blue) = 190+197+37=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC525 is #413ADA. Grayscale: #B1B1B1. Windows color (decimal): -4274907 or 2475454. OLE color: 2475454.

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

Color convert

RGB 190 197 37 -
CMYK 0.04 0 0.81 0.23
HSL 62.63º 0.68% 0.46% -
HSV(B) 62.63º 0.81% 0.77% -
XYZ 41.54 51.01 9.41 -
YUV 176.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 190 197 37 0.04 0 0.81 0.23 62.63 0.68 0.46
Hex BE C5 25 4 0 51 17 3F 44 2E
Octal 276 305 45 4 0 121 27 77 104 56
Binary 10111110 11000101 100101 100 0 1010001 10111 111111 1000100 101110

Color Harmonies of #BEC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC525

Black with #BEC525

Text Example


Text Example

White with #BEC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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