#BCC021

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

Shades of Rio Grande #BCC021

Tints of Rio Grande #BCC021

Color information

#BCC021 (or 0xBCC021) is unknown color: approx Rio Grande. HEX triplet: BC, C0 and 21. RGB value is (188,192,33). Sum of RGB (Red+Green+Blue) = 188+192+33=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC021 is #433FDE. Grayscale: #ADADAD. Windows color (decimal): -4407263 or 2212028. OLE color: 2212028.

HSL color Cylindrical-coordinate representation of color #BCC021: hue angle of 61.51º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC021 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB18819233-
CMYK0.0200.830.25
HSL61.51º70.67%44.12%-
HSV(B)61.51º82.81%75.29%-
XYZ39.8648.58.7-
YUV172.6849.17138.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 33 (13.28% from 255) = 7.99%
R=45.52%
G=46.49%
B=7.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188192330.0200.830.2561.5170.6744.12
HexBCC0212053193e472c
Octal2743004120123317610754
Binary10111100110000001000011001010011110011111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC021; }

 p { color: rgb(188,192,33); }

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

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

 a { background-color: rgb(188,192,33); }

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

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

 span { border-color: rgb(188,192,33); }

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