Html Css Color HEX #BEC619 Rio Grande

📋 copy color: '#BEC619'

red 190 ◦ green 198 ◦ blue 25

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

Shades of Rio Grande #BEC619

Tints of Rio Grande #BEC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

 BLUE value IS 25 (10.16% from 255) = 6.05%

R = 46%
G = 47.94%
B = 6.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BEC619 (or 0xBEC619) is known color: Rio Grande. HEX triplet: BE, C6 and 19. RGB value is (190,198,25). Sum of RGB (Red+Green+Blue) = 190+198+25=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC619 is #4139E6. Grayscale: #B0B0B0. Windows color (decimal): -4274663 or 1689278. OLE color: 1689278.

HSL color Cylindrical-coordinate representation of color #BEC619: hue angle of 62.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC619 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 25 -
CMYK 0.04 0 0.87 0.22
HSL 62.77º 0.78% 0.44% -
HSV(B) 62.77º 0.87% 0.78% -
XYZ 41.6 51.41 8.65 -
YUV 175.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 190 198 25 0.04 0 0.87 0.22 62.77 0.78 0.44
Hex BE C6 19 4 0 57 16 3F 4E 2C
Octal 276 306 31 4 0 127 26 77 116 54
Binary 10111110 11000110 11001 100 0 1010111 10110 111111 1001110 101100

Color Harmonies of #BEC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC619

Black with #BEC619

Text Example


Text Example

White with #BEC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC619; }

 p { color: rgb(190,198,25); }

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

background-color css

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

 a { background-color: rgb(190,198,25); }

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

border-color css

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

 span { border-color: rgb(190,198,25); }

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