Html Css Color HEX #BEC528 Rio Grande

📋 copy color: '#BEC528'

red 190 ◦ green 197 ◦ blue 40

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

Shades of Rio Grande #BEC528

Tints of Rio Grande #BEC528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.14%

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

R = 44.5%
G = 46.14%
B = 9.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BEC528 (or 0xBEC528) is known color: Rio Grande. HEX triplet: BE, C5 and 28. RGB value is (190,197,40). Sum of RGB (Red+Green+Blue) = 190+197+40=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC528 is #413AD7. Grayscale: #B1B1B1. Windows color (decimal): -4274904 or 2672062. OLE color: 2672062.

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

Color convert

RGB 190 197 40 -
CMYK 0.04 0 0.80 0.23
HSL 62.68º 0.66% 0.46% -
HSV(B) 62.68º 0.8% 0.77% -
XYZ 41.58 51.03 9.67 -
YUV 177.01 50.68 137.27 -
System Red Green Blue C M Y K H S L
Decimal 190 197 40 0.04 0 0.80 0.23 62.68 0.66 0.46
Hex BE C5 28 4 0 50 17 3F 42 2E
Octal 276 305 50 4 0 120 27 77 102 56
Binary 10111110 11000101 101000 100 0 1010000 10111 111111 1000010 101110

Color Harmonies of #BEC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC528

Black with #BEC528

Text Example


Text Example

White with #BEC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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