#BCCA12

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

Shades of Rio Grande #BCCA12

Tints of Rio Grande #BCCA12

Color information

#BCCA12 (or 0xBCCA12) is unknown color: approx Rio Grande. HEX triplet: BC, CA and 12. RGB value is (188,202,18). Sum of RGB (Red+Green+Blue) = 188+202+18=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCA12 is #4335ED. Grayscale: #B1B1B1. Windows color (decimal): -4404718 or 1231548. OLE color: 1231548.

HSL color Cylindrical-coordinate representation of color #BCCA12: hue angle of 64.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCCA12 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB18820218-
CMYK0.0700.910.21
HSL64.57º83.64%43.14%-
HSV(B)64.57º91.09%79.22%-
XYZ41.9752.988.59-
YUV176.8438.36135.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 202 (79.30% from 255) = 49.51%
BLUE value IS 18 (7.42% from 255) = 4.41%
R=46.08%
G=49.51%
B=4.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202180.0700.910.2164.5783.6443.14
HexBCCA12705B1541542b
Octal27431222701332510112453
Binary101111001100101010010111010110111010110000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA12; }

 p { color: rgb(188,202,18); }

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

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

 a { background-color: rgb(188,202,18); }

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

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

 span { border-color: rgb(188,202,18); }

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