#BECB17

Color #BECB17 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BECB17

Tints of Rio Grande #BECB17

Color information

#BECB17 (or 0xBECB17) is unknown color: approx Rio Grande. HEX triplet: BE, CB and 17. RGB value is (190,203,23). Sum of RGB (Red+Green+Blue) = 190+203+23=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB17 is #4134E8. Grayscale: #B3B3B3. Windows color (decimal): -4273385 or 1559486. OLE color: 1559486.

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

Color convert

RGB19020323-
CMYK0.0600.890.20
HSL64.33º79.65%44.31%-
HSV(B)64.33º88.67%79.61%-
XYZ42.7553.728.93-
YUV178.5940.19136.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 203 (79.69% from 255) = 48.80%
BLUE value IS 23 (9.38% from 255) = 5.53%
R=45.67%
G=48.80%
B=5.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190203230.0600.890.2064.3379.6544.31
HexBECB1760591440502c
Octal27631327601312410012054
Binary101111101100101110111110010110011010010000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB17; }

 p { color: rgb(190,203,23); }

 H1.HeaderClassName
 {
   color: #BECB17;
 }
 .AnyTagClassName
 {
   color: #BECB17;
 }
</style>
background-color css

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

 a { background-color: rgb(190,203,23); }

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

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

 span { border-color: rgb(190,203,23); }

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