Html Css Color HEX #BECE16 Rio Grande

📋 copy color: '#BECE16'

red 190 ◦ green 206 ◦ blue 22

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

Shades of Rio Grande #BECE16

Tints of Rio Grande #BECE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.28%

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

R = 45.45%
G = 49.28%
B = 5.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#BECE16 (or 0xBECE16) is known color: Rio Grande. HEX triplet: BE, CE and 16. RGB value is (190,206,22). Sum of RGB (Red+Green+Blue) = 190+206+22=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE16 is #4131E9. Grayscale: #B4B4B4. Windows color (decimal): -4272618 or 1494718. OLE color: 1494718.

HSL color Cylindrical-coordinate representation of color #BECE16: hue angle of 65.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BECE16 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 22 -
CMYK 0.08 0 0.89 0.19
HSL 65.22º 0.81% 0.45% -
HSV(B) 65.22º 0.89% 0.81% -
XYZ 43.45 55.15 9.11 -
YUV 180.24 38.7 134.96 -
System Red Green Blue C M Y K H S L
Decimal 190 206 22 0.08 0 0.89 0.19 65.22 0.81 0.45
Hex BE CE 16 8 0 59 13 41 51 2D
Octal 276 316 26 10 0 131 23 101 121 55
Binary 10111110 11001110 10110 1000 0 1011001 10011 1000001 1010001 101101

Color Harmonies of #BECE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE16

Black with #BECE16

Text Example


Text Example

White with #BECE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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