Html Css Color HEX #BCC617 Rio Grande

📋 copy color: '#BCC617'

red 188 ◦ green 198 ◦ blue 23

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

Shades of Rio Grande #BCC617

Tints of Rio Grande #BCC617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 45.97%
G = 48.41%
B = 5.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BCC617 (or 0xBCC617) is known color: Rio Grande. HEX triplet: BC, C6 and 17. RGB value is (188,198,23). Sum of RGB (Red+Green+Blue) = 188+198+23=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC617 is #4339E8. Grayscale: #AFAFAF. Windows color (decimal): -4405737 or 1558204. OLE color: 1558204.

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

Color convert

RGB 188 198 23 -
CMYK 0.05 0 0.88 0.22
HSL 63.43º 0.79% 0.43% -
HSV(B) 63.43º 0.88% 0.78% -
XYZ 41.09 51.14 8.52 -
YUV 175.06 42.19 137.23 -
System Red Green Blue C M Y K H S L
Decimal 188 198 23 0.05 0 0.88 0.22 63.43 0.79 0.43
Hex BC C6 17 5 0 58 16 3F 4F 2B
Octal 274 306 27 5 0 130 26 77 117 53
Binary 10111100 11000110 10111 101 0 1011000 10110 111111 1001111 101011

Color Harmonies of #BCC617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC617

Black with #BCC617

Text Example


Text Example

White with #BCC617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC617; }

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

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

background-color css

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

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

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

border-color css

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

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

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