#bdc119

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

Shades of Rio Grande #BDC119

Tints of Rio Grande #BDC119

Color information

#BDC119 (or 0xBDC119) is unknown color: approx Rio Grande. HEX triplet: BD, C1 and 19. RGB value is (189,193,25). Sum of RGB (Red+Green+Blue) = 189+193+25=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC119 is #423EE6. Grayscale: #ADADAD. Windows color (decimal): -4341479 or 1687997. OLE color: 1687997.

HSL color Cylindrical-coordinate representation of color #BDC119: hue angle of 61.43º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC119 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB18919325-
CMYK0.0200.870.24
HSL61.43º77.06%42.75%-
HSV(B)61.43º87.05%75.69%-
XYZ40.2349.038.26-
YUV172.6544.67139.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 193 (75.78% from 255) = 47.42%
BLUE value IS 25 (10.16% from 255) = 6.14%
R=46.44%
G=47.42%
B=6.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193250.0200.870.2461.4377.0642.75
HexBDC1192057183d4d2b
Octal2753013120127307511553
Binary1011110111000001110011001010111110001111011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdc119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdc119; }

 p { color: rgb(189,193,25); }

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

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

 a { background-color: rgb(189,193,25); }

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

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

 span { border-color: rgb(189,193,25); }

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