#BCC41A

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

Shades of Rio Grande #BCC41A

Tints of Rio Grande #BCC41A

Color information

#BCC41A (or 0xBCC41A) is unknown color: approx Rio Grande. HEX triplet: BC, C4 and 1A. RGB value is (188,196,26). Sum of RGB (Red+Green+Blue) = 188+196+26=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC41A is #433BE5. Grayscale: #AEAEAE. Windows color (decimal): -4406246 or 1754300. OLE color: 1754300.

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

Color convert

RGB18819626-
CMYK0.0400.870.23
HSL62.82º76.58%43.53%-
HSV(B)62.82º86.73%76.86%-
XYZ40.6750.258.53-
YUV174.2344.35137.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 196 (76.95% from 255) = 47.80%
BLUE value IS 26 (10.55% from 255) = 6.34%
R=45.85%
G=47.80%
B=6.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196260.0400.870.2362.8276.5843.53
HexBCC41A4057173f4d2c
Octal2743043240127277711554
Binary10111100110001001101010001010111101111111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC41A; }

 p { color: rgb(188,196,26); }

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

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

 a { background-color: rgb(188,196,26); }

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

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

 span { border-color: rgb(188,196,26); }

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