#BBC629

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

Shades of Rio Grande #BBC629

Tints of Rio Grande #BBC629

Color information

#BBC629 (or 0xBBC629) is unknown color: approx Rio Grande. HEX triplet: BB, C6 and 29. RGB value is (187,198,41). Sum of RGB (Red+Green+Blue) = 187+198+41=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC629 is #4439D6. Grayscale: #B1B1B1. Windows color (decimal): -4471255 or 2737851. OLE color: 2737851.

HSL color Cylindrical-coordinate representation of color #BBC629: hue angle of 64.2º 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 #BBC629 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB18719841-
CMYK0.0600.790.22
HSL64.2º65.69%46.86%-
HSV(B)64.2º79.29%77.65%-
XYZ41.0951.119.8-
YUV176.8151.36135.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 198 (77.73% from 255) = 46.48%
BLUE value IS 41 (16.41% from 255) = 9.62%
R=43.90%
G=46.48%
B=9.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198410.0600.790.2264.265.6946.86
HexBBC629604F1640422f
Octal27330651601172610010257
Binary1011101111000110101001110010011111011010000001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC629; }

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

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

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

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

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

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

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

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