#BBBC2D

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

Shades of Rio Grande #BBBC2D

Tints of Rio Grande #BBBC2D

Color information

#BBBC2D (or 0xBBBC2D) is unknown color: approx Rio Grande. HEX triplet: BB, BC and 2D. RGB value is (187,188,45). Sum of RGB (Red+Green+Blue) = 187+188+45=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC2D is #4443D2. Grayscale: #ABABAB. Windows color (decimal): -4473811 or 2997435. OLE color: 2997435.

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

Color convert

RGB18718845-
CMYK0.0100.760.26
HSL60.42º61.37%45.69%-
HSV(B)60.42º76.06%73.73%-
XYZ38.9546.729.45-
YUV171.456.67139.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 45 (17.97% from 255) = 10.71%
R=44.52%
G=44.76%
B=10.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187188450.0100.760.2660.4261.3745.69
HexBBBC2D104C1A3c3d2e
Octal273274551011432747556
Binary101110111011110010110110100110011010111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC2D; }

 p { color: rgb(187,188,45); }

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

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

 a { background-color: rgb(187,188,45); }

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

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

 span { border-color: rgb(187,188,45); }

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