Html Css Color HEX #BEC816 Rio Grande

📋 copy color: '#BEC816'

red 190 ◦ green 200 ◦ blue 22

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

Shades of Rio Grande #BEC816

Tints of Rio Grande #BEC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 22 (8.98% from 255) = 5.34%

R = 46.12%
G = 48.54%
B = 5.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BEC816 (or 0xBEC816) is known color: Rio Grande. HEX triplet: BE, C8 and 16. RGB value is (190,200,22). Sum of RGB (Red+Green+Blue) = 190+200+22=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC816 is #4137E9. Grayscale: #B1B1B1. Windows color (decimal): -4274154 or 1493182. OLE color: 1493182.

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

Color convert

RGB 190 200 22 -
CMYK 0.05 0 0.89 0.22
HSL 63.37º 0.8% 0.44% -
HSV(B) 63.37º 0.89% 0.78% -
XYZ 42.03 52.31 8.64 -
YUV 176.72 40.69 137.47 -
System Red Green Blue C M Y K H S L
Decimal 190 200 22 0.05 0 0.89 0.22 63.37 0.8 0.44
Hex BE C8 16 5 0 59 16 3F 50 2C
Octal 276 310 26 5 0 131 26 77 120 54
Binary 10111110 11001000 10110 101 0 1011001 10110 111111 1010000 101100

Color Harmonies of #BEC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC816

Black with #BEC816

Text Example


Text Example

White with #BEC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC816; }

 p { color: rgb(190,200,22); }

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

background-color css

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

 a { background-color: rgb(190,200,22); }

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

border-color css

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

 span { border-color: rgb(190,200,22); }

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