Html Css Color HEX #BCC517 Rio Grande

📋 copy color: '#BCC517'

red 188 ◦ green 197 ◦ blue 23

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

Shades of Rio Grande #BCC517

Tints of Rio Grande #BCC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.28%

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

R = 46.08%
G = 48.28%
B = 5.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BCC517 (or 0xBCC517) is known color: Rio Grande. HEX triplet: BC, C5 and 17. RGB value is (188,197,23). Sum of RGB (Red+Green+Blue) = 188+197+23=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC517 is #433AE8. Grayscale: #AFAFAF. Windows color (decimal): -4405993 or 1557948. OLE color: 1557948.

HSL color Cylindrical-coordinate representation of color #BCC517: hue angle of 63.1º 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 #BCC517 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 23 -
CMYK 0.05 0 0.88 0.23
HSL 63.1º 0.79% 0.43% -
HSV(B) 63.1º 0.88% 0.77% -
XYZ 40.86 50.69 8.44 -
YUV 174.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 188 197 23 0.05 0 0.88 0.23 63.1 0.79 0.43
Hex BC C5 17 5 0 58 17 3F 4F 2B
Octal 274 305 27 5 0 130 27 77 117 53
Binary 10111100 11000101 10111 101 0 1011000 10111 111111 1001111 101011

Color Harmonies of #BCC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC517

Black with #BCC517

Text Example


Text Example

White with #BCC517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC517; }

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

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

background-color css

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

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

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

border-color css

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

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

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