Html Css Color HEX #BEC524 Rio Grande

📋 copy color: '#BEC524'

red 190 ◦ green 197 ◦ blue 36

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

Shades of Rio Grande #BEC524

Tints of Rio Grande #BEC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 44.92%
G = 46.57%
B = 8.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#BEC524 (or 0xBEC524) is known color: Rio Grande. HEX triplet: BE, C5 and 24. RGB value is (190,197,36). Sum of RGB (Red+Green+Blue) = 190+197+36=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC524 is #413ADB. Grayscale: #B1B1B1. Windows color (decimal): -4274908 or 2409918. OLE color: 2409918.

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

Color convert

RGB 190 197 36 -
CMYK 0.04 0 0.82 0.23
HSL 62.61º 0.69% 0.46% -
HSV(B) 62.61º 0.82% 0.77% -
XYZ 41.52 51.01 9.33 -
YUV 176.55 48.68 137.59 -
System Red Green Blue C M Y K H S L
Decimal 190 197 36 0.04 0 0.82 0.23 62.61 0.69 0.46
Hex BE C5 24 4 0 52 17 3F 45 2E
Octal 276 305 44 4 0 122 27 77 105 56
Binary 10111110 11000101 100100 100 0 1010010 10111 111111 1000101 101110

Color Harmonies of #BEC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC524

Black with #BEC524

Text Example


Text Example

White with #BEC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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