Html Css Color HEX #BEC728 Rio Grande

📋 copy color: '#BEC728'

red 190 ◦ green 199 ◦ blue 40

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

Shades of Rio Grande #BEC728

Tints of Rio Grande #BEC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

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

R = 44.29%
G = 46.39%
B = 9.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#BEC728 (or 0xBEC728) is known color: Rio Grande. HEX triplet: BE, C7 and 28. RGB value is (190,199,40). Sum of RGB (Red+Green+Blue) = 190+199+40=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC728 is #4138D7. Grayscale: #B2B2B2. Windows color (decimal): -4274392 or 2672574. OLE color: 2672574.

HSL color Cylindrical-coordinate representation of color #BEC728: hue angle of 63.4º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEC728 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 40 -
CMYK 0.05 0 0.80 0.22
HSL 63.4º 0.67% 0.47% -
HSV(B) 63.4º 0.8% 0.78% -
XYZ 42.04 51.95 9.82 -
YUV 178.18 50.02 136.43 -
System Red Green Blue C M Y K H S L
Decimal 190 199 40 0.05 0 0.80 0.22 63.4 0.67 0.47
Hex BE C7 28 5 0 50 16 3F 43 2F
Octal 276 307 50 5 0 120 26 77 103 57
Binary 10111110 11000111 101000 101 0 1010000 10110 111111 1000011 101111

Color Harmonies of #BEC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC728

Black with #BEC728

Text Example


Text Example

White with #BEC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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