Html Css Color HEX #BCD117 Rio Grande

📋 copy color: '#BCD117'

red 188 ◦ green 209 ◦ blue 23

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

Shades of Rio Grande #BCD117

Tints of Rio Grande #BCD117

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.76%

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

R = 44.76%
G = 49.76%
B = 5.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BCD117 (or 0xBCD117) is known color: Rio Grande. HEX triplet: BC, D1 and 17. RGB value is (188,209,23). Sum of RGB (Red+Green+Blue) = 188+209+23=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD117 is #432EE8. Grayscale: #B6B6B6. Windows color (decimal): -4402921 or 1561020. OLE color: 1561020.

HSL color Cylindrical-coordinate representation of color #BCD117: hue angle of 66.77º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD117 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 23 -
CMYK 0.10 0 0.89 0.18
HSL 66.77º 0.8% 0.45% -
HSV(B) 66.77º 0.89% 0.82% -
XYZ 43.69 56.35 9.39 -
YUV 181.52 38.54 132.62 -
System Red Green Blue C M Y K H S L
Decimal 188 209 23 0.10 0 0.89 0.18 66.77 0.8 0.45
Hex BC D1 17 A 0 59 12 43 50 2D
Octal 274 321 27 12 0 131 22 103 120 55
Binary 10111100 11010001 10111 1010 0 1011001 10010 1000011 1010000 101101

Color Harmonies of #BCD117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD117

Black with #BCD117

Text Example


Text Example

White with #BCD117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD117; }

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

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

background-color css

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

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

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

border-color css

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

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

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