#bdc41a

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

Shades of Rio Grande #BDC41A

Tints of Rio Grande #BDC41A

Color information

#BDC41A (or 0xBDC41A) is unknown color: approx Rio Grande. HEX triplet: BD, C4 and 1A. RGB value is (189,196,26). Sum of RGB (Red+Green+Blue) = 189+196+26=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC41A is #423BE5. Grayscale: #AFAFAF. Windows color (decimal): -4340710 or 1754301. OLE color: 1754301.

HSL color Cylindrical-coordinate representation of color #BDC41A: hue angle of 62.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC41A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB18919626-
CMYK0.0400.870.23
HSL62.47º76.58%43.53%-
HSV(B)62.47º86.73%76.86%-
XYZ40.9150.378.54-
YUV174.5344.18138.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 26 (10.55% from 255) = 6.33%
R=45.99%
G=47.69%
B=6.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196260.0400.870.2362.4776.5843.53
HexBDC41A4057173e4d2c
Octal2753043240127277611554
Binary10111101110001001101010001010111101111111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdc41a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdc41a; }

 p { color: rgb(189,196,26); }

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

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

 a { background-color: rgb(189,196,26); }

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

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

 span { border-color: rgb(189,196,26); }

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