Html Css Color HEX #BEC428 Rio Grande

📋 copy color: '#BEC428'

red 190 ◦ green 196 ◦ blue 40

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

Shades of Rio Grande #BEC428

Tints of Rio Grande #BEC428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 44.6%
G = 46.01%
B = 9.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BEC428 (or 0xBEC428) is known color: Rio Grande. HEX triplet: BE, C4 and 28. RGB value is (190,196,40). Sum of RGB (Red+Green+Blue) = 190+196+40=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC428 is #413BD7. Grayscale: #B1B1B1. Windows color (decimal): -4275160 or 2671806. OLE color: 2671806.

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

Color convert

RGB 190 196 40 -
CMYK 0.03 0 0.80 0.23
HSL 62.31º 0.66% 0.46% -
HSV(B) 62.31º 0.8% 0.77% -
XYZ 41.36 50.58 9.59 -
YUV 176.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 190 196 40 0.03 0 0.80 0.23 62.31 0.66 0.46
Hex BE C4 28 3 0 50 17 3E 42 2E
Octal 276 304 50 3 0 120 27 76 102 56
Binary 10111110 11000100 101000 11 0 1010000 10111 111110 1000010 101110

Color Harmonies of #BEC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC428

Black with #BEC428

Text Example


Text Example

White with #BEC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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