#BBC321

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

Shades of Rio Grande #BBC321

Tints of Rio Grande #BBC321

Color information

#BBC321 (or 0xBBC321) is unknown color: approx Rio Grande. HEX triplet: BB, C3 and 21. RGB value is (187,195,33). Sum of RGB (Red+Green+Blue) = 187+195+33=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC321 is #443CDE. Grayscale: #AEAEAE. Windows color (decimal): -4472031 or 2212795. OLE color: 2212795.

HSL color Cylindrical-coordinate representation of color #BBC321: hue angle of 62.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC321 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB18719533-
CMYK0.0400.830.24
HSL62.96º71.05%44.71%-
HSV(B)62.96º83.08%76.47%-
XYZ40.2849.78.91-
YUV174.1448.35137.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 195 (76.56% from 255) = 46.99%
BLUE value IS 33 (13.28% from 255) = 7.95%
R=45.06%
G=46.99%
B=7.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187195330.0400.830.2462.9671.0544.71
HexBBC3214053183f472d
Octal2733034140123307710755
Binary101110111100001110000110001010011110001111111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC321; }

 p { color: rgb(187,195,33); }

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

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

 a { background-color: rgb(187,195,33); }

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

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

 span { border-color: rgb(187,195,33); }

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