Html Css Color HEX #BEC124 Rio Grande

📋 copy color: '#BEC124'

red 190 ◦ green 193 ◦ blue 36

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

Shades of Rio Grande #BEC124

Tints of Rio Grande #BEC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.06%

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

R = 45.35%
G = 46.06%
B = 8.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BEC124 (or 0xBEC124) is known color: Rio Grande. HEX triplet: BE, C1 and 24. RGB value is (190,193,36). Sum of RGB (Red+Green+Blue) = 190+193+36=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC124 is #413EDB. Grayscale: #AEAEAE. Windows color (decimal): -4275932 or 2408894. OLE color: 2408894.

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

Color convert

RGB 190 193 36 -
CMYK 0.02 0 0.81 0.24
HSL 61.15º 0.69% 0.45% -
HSV(B) 61.15º 0.81% 0.76% -
XYZ 40.62 49.21 9.03 -
YUV 174.21 50.01 139.27 -
System Red Green Blue C M Y K H S L
Decimal 190 193 36 0.02 0 0.81 0.24 61.15 0.69 0.45
Hex BE C1 24 2 0 51 18 3D 45 2D
Octal 276 301 44 2 0 121 30 75 105 55
Binary 10111110 11000001 100100 10 0 1010001 11000 111101 1000101 101101

Color Harmonies of #BEC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC124

Black with #BEC124

Text Example


Text Example

White with #BEC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC124; }

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

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

background-color css

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

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

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

border-color css

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

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

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