#BCBD30

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

Shades of Rio Grande #BCBD30

Tints of Rio Grande #BCBD30

Color information

#BCBD30 (or 0xBCBD30) is unknown color: approx Rio Grande. HEX triplet: BC, BD and 30. RGB value is (188,189,48). Sum of RGB (Red+Green+Blue) = 188+189+48=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD30 is #4342CF. Grayscale: #ADADAD. Windows color (decimal): -4408016 or 3194300. OLE color: 3194300.

HSL color Cylindrical-coordinate representation of color #BCBD30: hue angle of 60.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCBD30 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18818948-
CMYK0.0100.750.26
HSL60.43º59.49%46.47%-
HSV(B)60.43º74.6%74.12%-
XYZ39.4747.39.85-
YUV172.6357.67138.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 48 (19.14% from 255) = 11.29%
R=44.24%
G=44.47%
B=11.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188189480.0100.750.2660.4359.4946.47
HexBCBD30104B1A3c3b2e
Octal274275601011332747356
Binary101111001011110111000010100101111010111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD30; }

 p { color: rgb(188,189,48); }

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

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

 a { background-color: rgb(188,189,48); }

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

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

 span { border-color: rgb(188,189,48); }

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