#BCCA21

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

Shades of Rio Grande #BCCA21

Tints of Rio Grande #BCCA21

Color information

#BCCA21 (or 0xBCCA21) is unknown color: approx Rio Grande. HEX triplet: BC, CA and 21. RGB value is (188,202,33). Sum of RGB (Red+Green+Blue) = 188+202+33=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA21 is #4335DE. Grayscale: #B3B3B3. Windows color (decimal): -4404703 or 2214588. OLE color: 2214588.

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

Color convert

RGB18820233-
CMYK0.0700.840.21
HSL64.97º71.91%46.08%-
HSV(B)64.97º83.66%79.22%-
XYZ42.1353.049.46-
YUV178.5545.86134.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 33 (13.28% from 255) = 7.80%
R=44.44%
G=47.75%
B=7.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202330.0700.840.2164.9771.9146.08
HexBCCA2170541541482e
Octal27431241701242510111056
Binary1011110011001010100001111010101001010110000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA21; }

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

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

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

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

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

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

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

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