#BCC629

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

Shades of Rio Grande #BCC629

Tints of Rio Grande #BCC629

Color information

#BCC629 (or 0xBCC629) is unknown color: approx Rio Grande. HEX triplet: BC, C6 and 29. RGB value is (188,198,41). Sum of RGB (Red+Green+Blue) = 188+198+41=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC629 is #4339D6. Grayscale: #B1B1B1. Windows color (decimal): -4405719 or 2737852. OLE color: 2737852.

HSL color Cylindrical-coordinate representation of color #BCC629: hue angle of 63.82º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC629 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB18819841-
CMYK0.0500.790.22
HSL63.82º65.69%46.86%-
HSV(B)63.82º79.29%77.65%-
XYZ41.3351.249.81-
YUV177.1151.19135.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 41 (16.41% from 255) = 9.60%
R=44.03%
G=46.37%
B=9.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198410.0500.790.2263.8265.6946.86
HexBCC629504F1640422f
Octal27430651501172610010257
Binary1011110011000110101001101010011111011010000001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC629; }

 p { color: rgb(188,198,41); }

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

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

 a { background-color: rgb(188,198,41); }

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

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

 span { border-color: rgb(188,198,41); }

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