Html Css Color HEX #BCC416 Rio Grande

📋 copy color: '#BCC416'

red 188 ◦ green 196 ◦ blue 22

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

Shades of Rio Grande #BCC416

Tints of Rio Grande #BCC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 46.31%
G = 48.28%
B = 5.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#BCC416 (or 0xBCC416) is known color: Rio Grande. HEX triplet: BC, C4 and 16. RGB value is (188,196,22). Sum of RGB (Red+Green+Blue) = 188+196+22=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC416 is #433BE9. Grayscale: #AEAEAE. Windows color (decimal): -4406250 or 1492156. OLE color: 1492156.

HSL color Cylindrical-coordinate representation of color #BCC416: hue angle of 62.76º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC416 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 22 -
CMYK 0.04 0 0.89 0.23
HSL 62.76º 0.8% 0.43% -
HSV(B) 62.76º 0.89% 0.77% -
XYZ 40.62 50.23 8.31 -
YUV 173.77 42.35 138.15 -
System Red Green Blue C M Y K H S L
Decimal 188 196 22 0.04 0 0.89 0.23 62.76 0.8 0.43
Hex BC C4 16 4 0 59 17 3F 50 2B
Octal 274 304 26 4 0 131 27 77 120 53
Binary 10111100 11000100 10110 100 0 1011001 10111 111111 1010000 101011

Color Harmonies of #BCC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC416

Black with #BCC416

Text Example


Text Example

White with #BCC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC416; }

 p { color: rgb(188,196,22); }

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

background-color css

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

 a { background-color: rgb(188,196,22); }

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

border-color css

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

 span { border-color: rgb(188,196,22); }

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