Html Css Color HEX #BEC424 Rio Grande

📋 copy color: '#BEC424'

red 190 ◦ green 196 ◦ blue 36

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

Shades of Rio Grande #BEC424

Tints of Rio Grande #BEC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 45.02%
G = 46.45%
B = 8.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#BEC424 (or 0xBEC424) is known color: Rio Grande. HEX triplet: BE, C4 and 24. RGB value is (190,196,36). Sum of RGB (Red+Green+Blue) = 190+196+36=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC424 is #413BDB. Grayscale: #B0B0B0. Windows color (decimal): -4275164 or 2409662. OLE color: 2409662.

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

Color convert

RGB 190 196 36 -
CMYK 0.03 0 0.82 0.23
HSL 62.25º 0.69% 0.45% -
HSV(B) 62.25º 0.82% 0.77% -
XYZ 41.29 50.55 9.25 -
YUV 175.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 190 196 36 0.03 0 0.82 0.23 62.25 0.69 0.45
Hex BE C4 24 3 0 52 17 3E 45 2D
Octal 276 304 44 3 0 122 27 76 105 55
Binary 10111110 11000100 100100 11 0 1010010 10111 111110 1000101 101101

Color Harmonies of #BEC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC424

Black with #BEC424

Text Example


Text Example

White with #BEC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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