Html Css Color HEX #BECC11 Rio Grande

📋 copy color: '#BECC11'

red 190 ◦ green 204 ◦ blue 17

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

Shades of Rio Grande #BECC11

Tints of Rio Grande #BECC11

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

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

R = 46.23%
G = 49.64%
B = 4.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#BECC11 (or 0xBECC11) is known color: Rio Grande. HEX triplet: BE, CC and 11. RGB value is (190,204,17). Sum of RGB (Red+Green+Blue) = 190+204+17=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC11 is #4133EE. Grayscale: #B3B3B3. Windows color (decimal): -4273135 or 1166526. OLE color: 1166526.

HSL color Cylindrical-coordinate representation of color #BECC11: hue angle of 64.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BECC11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 17 -
CMYK 0.07 0 0.92 0.2
HSL 64.49º 0.85% 0.43% -
HSV(B) 64.49º 0.92% 0.8% -
XYZ 42.93 54.17 8.72 -
YUV 178.5 36.86 136.21 -
System Red Green Blue C M Y K H S L
Decimal 190 204 17 0.07 0 0.92 0.2 64.49 0.85 0.43
Hex BE CC 11 7 0 5C 14 40 55 2B
Octal 276 314 21 7 0 134 24 100 125 53
Binary 10111110 11001100 10001 111 0 1011100 10100 1000000 1010101 101011

Color Harmonies of #BECC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC11

Black with #BECC11

Text Example


Text Example

White with #BECC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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