Html Css Color HEX #BCCA11 Rio Grande

📋 copy color: '#BCCA11'

red 188 ◦ green 202 ◦ blue 17

#BCCA11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BCCA11

Tints of Rio Grande #BCCA11

RGB

 RED value IS 188 (73.83% from 255) = 46.19%

 GREEN value IS 202 (79.3% from 255) = 49.63%

 BLUE value IS 17 (7.03% from 255) = 4.18%

R = 46.19%
G = 49.63%
B = 4.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#BCCA11 (or 0xBCCA11) is known color: Rio Grande. HEX triplet: BC, CA and 11. RGB value is (188,202,17). Sum of RGB (Red+Green+Blue) = 188+202+17=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCA11 is #4335EE. Grayscale: #B1B1B1. Windows color (decimal): -4404719 or 1166012. OLE color: 1166012.

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

Color convert

RGB 188 202 17 -
CMYK 0.07 0 0.92 0.21
HSL 64.54º 0.84% 0.43% -
HSV(B) 64.54º 0.92% 0.79% -
XYZ 41.96 52.97 8.54 -
YUV 176.72 37.86 136.04 -
System Red Green Blue C M Y K H S L
Decimal 188 202 17 0.07 0 0.92 0.21 64.54 0.84 0.43
Hex BC CA 11 7 0 5C 15 41 54 2B
Octal 274 312 21 7 0 134 25 101 124 53
Binary 10111100 11001010 10001 111 0 1011100 10101 1000001 1010100 101011

Color Harmonies of #BCCA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA11

Black with #BCCA11

Text Example


Text Example

White with #BCCA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA11; }

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

 H1.HeaderClassName
 {
   color: #BCCA11;
 }
 .AnyTagClassName
 {
   color: #BCCA11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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