#BECD1A

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

Shades of Rio Grande #BECD1A

Tints of Rio Grande #BECD1A

Color information

#BECD1A (or 0xBECD1A) is unknown color: approx Rio Grande. HEX triplet: BE, CD and 1A. RGB value is (190,205,26). Sum of RGB (Red+Green+Blue) = 190+205+26=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD1A is #4132E5. Grayscale: #B4B4B4. Windows color (decimal): -4272870 or 1756606. OLE color: 1756606.

HSL color Cylindrical-coordinate representation of color #BECD1A: hue angle of 65.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BECD1A is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB19020526-
CMYK0.0700.870.20
HSL65.03º77.49%45.29%-
HSV(B)65.03º87.32%80.39%-
XYZ43.2554.689.25-
YUV180.1141.03135.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 26 (10.55% from 255) = 6.18%
R=45.13%
G=48.69%
B=6.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205260.0700.870.2065.0377.4945.29
HexBECD1A705714414d2d
Octal27631532701272410111555
Binary101111101100110111010111010101111010010000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD1A; }

 p { color: rgb(190,205,26); }

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

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

 a { background-color: rgb(190,205,26); }

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

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

 span { border-color: rgb(190,205,26); }

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