Html Css Color HEX #BECE11 Rio Grande

📋 copy color: '#BECE11'

red 190 ◦ green 206 ◦ blue 17

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

Shades of Rio Grande #BECE11

Tints of Rio Grande #BECE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 46%
G = 49.88%
B = 4.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BECE11 (or 0xBECE11) is known color: Rio Grande. HEX triplet: BE, CE and 11. RGB value is (190,206,17). Sum of RGB (Red+Green+Blue) = 190+206+17=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE11 is #4131EE. Grayscale: #B4B4B4. Windows color (decimal): -4272623 or 1167038. OLE color: 1167038.

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

Color convert

RGB 190 206 17 -
CMYK 0.08 0 0.92 0.19
HSL 65.08º 0.85% 0.44% -
HSV(B) 65.08º 0.92% 0.81% -
XYZ 43.41 55.13 8.88 -
YUV 179.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 190 206 17 0.08 0 0.92 0.19 65.08 0.85 0.44
Hex BE CE 11 8 0 5C 13 41 55 2C
Octal 276 316 21 10 0 134 23 101 125 54
Binary 10111110 11001110 10001 1000 0 1011100 10011 1000001 1010101 101100

Color Harmonies of #BECE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE11

Black with #BECE11

Text Example


Text Example

White with #BECE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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