#BDC51D

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

Shades of Rio Grande #BDC51D

Tints of Rio Grande #BDC51D

Color information

#BDC51D (or 0xBDC51D) is unknown color: approx Rio Grande. HEX triplet: BD, C5 and 1D. RGB value is (189,197,29). Sum of RGB (Red+Green+Blue) = 189+197+29=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC51D is #423AE2. Grayscale: #B0B0B0. Windows color (decimal): -4340451 or 1951165. OLE color: 1951165.

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

Color convert

RGB18919729-
CMYK0.0400.850.23
HSL62.86º74.34%44.31%-
HSV(B)62.86º85.28%77.25%-
XYZ41.1750.848.81-
YUV175.4645.35137.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 197 (77.34% from 255) = 47.47%
BLUE value IS 29 (11.72% from 255) = 6.99%
R=45.54%
G=47.47%
B=6.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197290.0400.850.2362.8674.3444.31
HexBDC51D4055173f4a2c
Octal2753053540125277711254
Binary10111101110001011110110001010101101111111111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC51D; }

 p { color: rgb(189,197,29); }

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

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

 a { background-color: rgb(189,197,29); }

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

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

 span { border-color: rgb(189,197,29); }

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