#BDC31C

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

Shades of Rio Grande #BDC31C

Tints of Rio Grande #BDC31C

Color information

#BDC31C (or 0xBDC31C) is unknown color: approx Rio Grande. HEX triplet: BD, C3 and 1C. RGB value is (189,195,28). Sum of RGB (Red+Green+Blue) = 189+195+28=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC31C is #423CE3. Grayscale: #AEAEAE. Windows color (decimal): -4340964 or 1885117. OLE color: 1885117.

HSL color Cylindrical-coordinate representation of color #BDC31C: hue angle of 62.16º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC31C is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB18919528-
CMYK0.0300.860.24
HSL62.16º74.89%43.73%-
HSV(B)62.16º85.64%76.47%-
XYZ40.7149.938.59-
YUV174.1745.51138.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 28 (11.33% from 255) = 6.80%
R=45.87%
G=47.33%
B=6.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189195280.0300.860.2462.1674.8943.73
HexBDC31C3056183e4b2c
Octal2753033430126307611354
Binary1011110111000011111001101010110110001111101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC31C; }

 p { color: rgb(189,195,28); }

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

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

 a { background-color: rgb(189,195,28); }

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

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

 span { border-color: rgb(189,195,28); }

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