Html Css Color HEX #BCC417 Rio Grande

📋 copy color: '#BCC417'

red 188 ◦ green 196 ◦ blue 23

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

Shades of Rio Grande #BCC417

Tints of Rio Grande #BCC417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.65%

R = 46.19%
G = 48.16%
B = 5.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BCC417 (or 0xBCC417) is known color: Rio Grande. HEX triplet: BC, C4 and 17. RGB value is (188,196,23). Sum of RGB (Red+Green+Blue) = 188+196+23=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC417 is #433BE8. Grayscale: #AEAEAE. Windows color (decimal): -4406249 or 1557692. OLE color: 1557692.

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

Color convert

RGB 188 196 23 -
CMYK 0.04 0 0.88 0.23
HSL 62.77º 0.79% 0.43% -
HSV(B) 62.77º 0.88% 0.77% -
XYZ 40.63 50.23 8.36 -
YUV 173.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 188 196 23 0.04 0 0.88 0.23 62.77 0.79 0.43
Hex BC C4 17 4 0 58 17 3F 4F 2B
Octal 274 304 27 4 0 130 27 77 117 53
Binary 10111100 11000100 10111 100 0 1011000 10111 111111 1001111 101011

Color Harmonies of #BCC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC417

Black with #BCC417

Text Example


Text Example

White with #BCC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC417; }

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

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

background-color css

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

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

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

border-color css

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

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

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