#BDC526

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

Shades of Rio Grande #BDC526

Tints of Rio Grande #BDC526

Color information

#BDC526 (or 0xBDC526) is unknown color: approx Rio Grande. HEX triplet: BD, C5 and 26. RGB value is (189,197,38). Sum of RGB (Red+Green+Blue) = 189+197+38=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC526 is #423AD9. Grayscale: #B1B1B1. Windows color (decimal): -4340442 or 2540989. OLE color: 2540989.

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

Color convert

RGB18919738-
CMYK0.0400.810.23
HSL63.02º67.66%46.08%-
HSV(B)63.02º80.71%77.25%-
XYZ41.350.899.48-
YUV176.4849.85136.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 197 (77.34% from 255) = 46.46%
BLUE value IS 38 (15.23% from 255) = 8.96%
R=44.58%
G=46.46%
B=8.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197380.0400.810.2363.0267.6646.08
HexBDC5264051173f442e
Octal2753054640121277710456
Binary101111011100010110011010001010001101111111111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC526; }

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

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

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

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

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

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

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

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