Html Css Color HEX #BEC426 Rio Grande

📋 copy color: '#BEC426'

red 190 ◦ green 196 ◦ blue 38

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

Shades of Rio Grande #BEC426

Tints of Rio Grande #BEC426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.96%

R = 44.81%
G = 46.23%
B = 8.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BEC426 (or 0xBEC426) is known color: Rio Grande. HEX triplet: BE, C4 and 26. RGB value is (190,196,38). Sum of RGB (Red+Green+Blue) = 190+196+38=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC426 is #413BD9. Grayscale: #B0B0B0. Windows color (decimal): -4275162 or 2540734. OLE color: 2540734.

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

Color convert

RGB 190 196 38 -
CMYK 0.03 0 0.81 0.23
HSL 62.28º 0.68% 0.46% -
HSV(B) 62.28º 0.81% 0.77% -
XYZ 41.32 50.57 9.42 -
YUV 176.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 190 196 38 0.03 0 0.81 0.23 62.28 0.68 0.46
Hex BE C4 26 3 0 51 17 3E 44 2E
Octal 276 304 46 3 0 121 27 76 104 56
Binary 10111110 11000100 100110 11 0 1010001 10111 111110 1000100 101110

Color Harmonies of #BEC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC426

Black with #BEC426

Text Example


Text Example

White with #BEC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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