Html Css Color HEX #BEC718 Rio Grande

📋 copy color: '#BEC718'

red 190 ◦ green 199 ◦ blue 24

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

Shades of Rio Grande #BEC718

Tints of Rio Grande #BEC718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.81%

R = 46%
G = 48.18%
B = 5.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BEC718 (or 0xBEC718) is known color: Rio Grande. HEX triplet: BE, C7 and 18. RGB value is (190,199,24). Sum of RGB (Red+Green+Blue) = 190+199+24=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC718 is #4138E7. Grayscale: #B1B1B1. Windows color (decimal): -4274408 or 1623998. OLE color: 1623998.

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

Color convert

RGB 190 199 24 -
CMYK 0.05 0 0.88 0.22
HSL 63.09º 0.78% 0.44% -
HSV(B) 63.09º 0.88% 0.78% -
XYZ 41.82 51.86 8.67 -
YUV 176.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 190 199 24 0.05 0 0.88 0.22 63.09 0.78 0.44
Hex BE C7 18 5 0 58 16 3F 4E 2C
Octal 276 307 30 5 0 130 26 77 116 54
Binary 10111110 11000111 11000 101 0 1011000 10110 111111 1001110 101100

Color Harmonies of #BEC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC718

Black with #BEC718

Text Example


Text Example

White with #BEC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC718; }

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

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

background-color css

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

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

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

border-color css

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

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

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