#BBBD26

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

Shades of Rio Grande #BBBD26

Tints of Rio Grande #BBBD26

Color information

#BBBD26 (or 0xBBBD26) is unknown color: approx Rio Grande. HEX triplet: BB, BD and 26. RGB value is (187,189,38). Sum of RGB (Red+Green+Blue) = 187+189+38=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD26 is #4442D9. Grayscale: #ABABAB. Windows color (decimal): -4473562 or 2538939. OLE color: 2538939.

HSL color Cylindrical-coordinate representation of color #BBBD26: hue angle of 60.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBBD26 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18718938-
CMYK0.0100.800.26
HSL60.79º66.52%44.51%-
HSV(B)60.79º79.89%74.12%-
XYZ39.0447.18.87-
YUV171.1952.84139.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 38 (15.23% from 255) = 9.18%
R=45.17%
G=45.65%
B=9.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189380.0100.800.2660.7966.5244.51
HexBBBD2610501A3d432d
Octal2732754610120327510355
Binary1011101110111101100110101010000110101111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD26; }

 p { color: rgb(187,189,38); }

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

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

 a { background-color: rgb(187,189,38); }

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

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

 span { border-color: rgb(187,189,38); }

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