Html Css Color HEX #BEC028 Rio Grande

📋 copy color: '#BEC028'

red 190 ◦ green 192 ◦ blue 40

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

Shades of Rio Grande #BEC028

Tints of Rio Grande #BEC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

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

R = 45.02%
G = 45.5%
B = 9.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BEC028 (or 0xBEC028) is known color: Rio Grande. HEX triplet: BE, C0 and 28. RGB value is (190,192,40). Sum of RGB (Red+Green+Blue) = 190+192+40=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC028 is #413FD7. Grayscale: #AEAEAE. Windows color (decimal): -4276184 or 2670782. OLE color: 2670782.

HSL color Cylindrical-coordinate representation of color #BEC028: hue angle of 60.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEC028 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 40 -
CMYK 0.01 0 0.79 0.25
HSL 60.79º 0.66% 0.45% -
HSV(B) 60.79º 0.79% 0.75% -
XYZ 40.47 48.8 9.29 -
YUV 174.07 52.34 139.36 -
System Red Green Blue C M Y K H S L
Decimal 190 192 40 0.01 0 0.79 0.25 60.79 0.66 0.45
Hex BE C0 28 1 0 4F 19 3D 42 2D
Octal 276 300 50 1 0 117 31 75 102 55
Binary 10111110 11000000 101000 1 0 1001111 11001 111101 1000010 101101

Color Harmonies of #BEC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC028

Black with #BEC028

Text Example


Text Example

White with #BEC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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