Html Css Color HEX #BEC429 Rio Grande

📋 copy color: '#BEC429'

red 190 ◦ green 196 ◦ blue 41

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

Shades of Rio Grande #BEC429

Tints of Rio Grande #BEC429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.6%

R = 44.5%
G = 45.9%
B = 9.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#BEC429 (or 0xBEC429) is known color: Rio Grande. HEX triplet: BE, C4 and 29. RGB value is (190,196,41). Sum of RGB (Red+Green+Blue) = 190+196+41=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC429 is #413BD6. Grayscale: #B1B1B1. Windows color (decimal): -4275159 or 2737342. OLE color: 2737342.

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

Color convert

RGB 190 196 41 -
CMYK 0.03 0 0.79 0.23
HSL 62.32º 0.65% 0.46% -
HSV(B) 62.32º 0.79% 0.77% -
XYZ 41.38 50.59 9.68 -
YUV 176.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 190 196 41 0.03 0 0.79 0.23 62.32 0.65 0.46
Hex BE C4 29 3 0 4F 17 3E 41 2E
Octal 276 304 51 3 0 117 27 76 101 56
Binary 10111110 11000100 101001 11 0 1001111 10111 111110 1000001 101110

Color Harmonies of #BEC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC429

Black with #BEC429

Text Example


Text Example

White with #BEC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC429; }

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

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

background-color css

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

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

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

border-color css

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

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

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