Html Css Color HEX #BCC717 Rio Grande

📋 copy color: '#BCC717'

red 188 ◦ green 199 ◦ blue 23

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

Shades of Rio Grande #BCC717

Tints of Rio Grande #BCC717

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

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

R = 45.85%
G = 48.54%
B = 5.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BCC717 (or 0xBCC717) is known color: Rio Grande. HEX triplet: BC, C7 and 17. RGB value is (188,199,23). Sum of RGB (Red+Green+Blue) = 188+199+23=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC717 is #4338E8. Grayscale: #B0B0B0. Windows color (decimal): -4405481 or 1558460. OLE color: 1558460.

HSL color Cylindrical-coordinate representation of color #BCC717: hue angle of 63.75º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC717 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 23 -
CMYK 0.06 0 0.88 0.22
HSL 63.75º 0.79% 0.44% -
HSV(B) 63.75º 0.88% 0.78% -
XYZ 41.32 51.6 8.59 -
YUV 175.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 188 199 23 0.06 0 0.88 0.22 63.75 0.79 0.44
Hex BC C7 17 6 0 58 16 40 4F 2C
Octal 274 307 27 6 0 130 26 100 117 54
Binary 10111100 11000111 10111 110 0 1011000 10110 1000000 1001111 101100

Color Harmonies of #BCC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC717

Black with #BCC717

Text Example


Text Example

White with #BCC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC717; }

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

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

background-color css

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

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

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

border-color css

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

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

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