#BDC21F

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

Shades of Rio Grande #BDC21F

Tints of Rio Grande #BDC21F

Color information

#BDC21F (or 0xBDC21F) is unknown color: approx Rio Grande. HEX triplet: BD, C2 and 1F. RGB value is (189,194,31). Sum of RGB (Red+Green+Blue) = 189+194+31=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC21F is #423DE0. Grayscale: #AEAEAE. Windows color (decimal): -4341217 or 2081469. OLE color: 2081469.

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

Color convert

RGB18919431-
CMYK0.0300.840.24
HSL61.84º72.44%44.12%-
HSV(B)61.84º84.02%76.08%-
XYZ40.5349.58.72-
YUV173.9247.34138.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 194 (76.17% from 255) = 46.86%
BLUE value IS 31 (12.5% from 255) = 7.49%
R=45.65%
G=46.86%
B=7.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194310.0300.840.2461.8472.4444.12
HexBDC21F3054183e482c
Octal2753023730124307611054
Binary1011110111000010111111101010100110001111101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC21F; }

 p { color: rgb(189,194,31); }

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

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

 a { background-color: rgb(189,194,31); }

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

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

 span { border-color: rgb(189,194,31); }

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